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:
|
steps:
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
run: apt update && apt install -y docker.io
|
run: apt update && apt install -y docker.io buildah
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
${{ env.MY_IMAGE_NAME }}
|
${{ env.MY_IMAGE_NAME }}
|
||||||
|
|
||||||
labels: |
|
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.description=${{ env.MY_IMAGE_DESC }}
|
||||||
org.opencontainers.image.title=${{ env.MY_IMAGE_NAME }}
|
org.opencontainers.image.title=${{ env.MY_IMAGE_NAME }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue