Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 42s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 42s
This commit is contained in:
parent
2183680b1c
commit
f9c584164c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
||||||
# Build image using Buildah action
|
# Build image using Buildah action
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
id: build_image
|
id: build_image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: https://github.com/redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
|
@ -112,7 +112,7 @@ jobs:
|
||||||
# https://github.com/macbre/push-to-ghcr/issues/12
|
# https://github.com/macbre/push-to-ghcr/issues/12
|
||||||
- name: Lowercase Registry
|
- name: Lowercase Registry
|
||||||
id: registry_case
|
id: registry_case
|
||||||
uses: ASzc/change-string-case-action@v6
|
uses: https://github.com/ASzc/change-string-case-action@v6
|
||||||
with:
|
with:
|
||||||
string: ${{ env.IMAGE_REGISTRY }}
|
string: ${{ env.IMAGE_REGISTRY }}
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Push Image to GHCR
|
- name: Push Image to GHCR
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||||
id: push
|
id: push
|
||||||
env:
|
env:
|
||||||
REGISTRY_USER: ${{ github.actor }}
|
REGISTRY_USER: ${{ github.actor }}
|
||||||
|
|
Loading…
Reference in a new issue