Try fix actions not exists
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 34s

This commit is contained in:
Florian RICHER 2024-10-11 21:05:38 +02:00
parent 4d2aa765e5
commit a9a86b601a

View file

@ -31,10 +31,10 @@ jobs:
steps: steps:
# Checkout push-to-registry action GitHub repository # Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action - name: Checkout Push to Registry action
uses: actions/checkout@v4 uses: https://github.com/actions/checkout@v4
- name: Maximize build space - name: Maximize build space
uses: ublue-os/remove-unwanted-software@v7 uses: https://github.com/ublue-os/remove-unwanted-software@v7
- name: Generate tags - name: Generate tags
id: generate-tags id: generate-tags
@ -78,7 +78,7 @@ jobs:
# Build metadata # Build metadata
- name: Image Metadata - name: Image Metadata
uses: docker/metadata-action@v5 uses: https://github.com/docker/metadata-action@v5
id: meta id: meta
with: with:
images: | images: |
@ -92,7 +92,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
@ -108,7 +108,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 }}