Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 13m51s

This commit is contained in:
Seraphim Strub 2024-12-28 23:03:59 +00:00
parent 8593fa4bea
commit cb8eab4432

View file

@ -116,6 +116,14 @@ jobs:
with: with:
string: ${{ env.IMAGE_REGISTRY }} 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 - name: Log in to the GitHub Container registry
uses: https://github.com/redhat-actions/podman-login@v1 uses: https://github.com/redhat-actions/podman-login@v1
with: with: