Try fix buildah
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 43s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 43s
This commit is contained in:
parent
1d13436998
commit
d2c98bc262
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue