Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 13m51s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 13m51s
This commit is contained in:
parent
8593fa4bea
commit
cb8eab4432
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue