Try fix buildah
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 43s

This commit is contained in:
Florian RICHER 2024-10-11 21:17:31 +02:00
parent 1d13436998
commit d2c98bc262

View file

@ -30,7 +30,7 @@ jobs:
steps:
- name: Install docker
run: apt update && apt install -y docker.io
run: apt update && apt install -y docker.io buildah
- name: Checkout
uses: https://github.com/actions/checkout@v3
@ -92,7 +92,7 @@ jobs:
${{ env.MY_IMAGE_NAME }}
labels: |
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
io.artifacthub.package.readme-url=https://gitea.mrdev023.fr/${{ github.repository }}/raw/branch/main/README.md
org.opencontainers.image.description=${{ env.MY_IMAGE_DESC }}
org.opencontainers.image.title=${{ env.MY_IMAGE_NAME }}