Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 14m49s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 14m49s
This commit is contained in:
parent
7292746d17
commit
4caa4aa1e1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -139,6 +139,7 @@ jobs:
|
||||||
REGISTRY_USER: ${{ github.actor }}
|
REGISTRY_USER: ${{ github.actor }}
|
||||||
REGISTRY_PASSWORD: ${{ github.token }}
|
REGISTRY_PASSWORD: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
|
auth_file_path: /run/containers/0/auth.json
|
||||||
image: ${{ steps.build_image.outputs.image }}
|
image: ${{ steps.build_image.outputs.image }}
|
||||||
tags: ${{ steps.build_image.outputs.tags }}
|
tags: ${{ steps.build_image.outputs.tags }}
|
||||||
registry: ${{ steps.registry_case.outputs.lowercase }}
|
registry: ${{ steps.registry_case.outputs.lowercase }}
|
||||||
|
|
Loading…
Reference in a new issue