From cb8eab4432a407eed9c209d55ce7fb55da81094b Mon Sep 17 00:00:00 2001 From: sst Date: Sat, 28 Dec 2024 23:03:59 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 327df86..ba7599b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,6 +116,14 @@ jobs: with: string: ${{ env.IMAGE_REGISTRY }} + # workaround for https://github.com/redhat-actions/podman-login/issues/42 since the docker config from the host doesn't come up to the container + - name: Workaround open podman-login action issue + env: + auth: "{ \"auths\": {} }" + run: | + mkdir -p $HOME/.docker + echo $auth > $HOME/.docker/config.json + - name: Log in to the GitHub Container registry uses: https://github.com/redhat-actions/podman-login@v1 with: