fixup! WIP Add CI
Some checks failed
/ ls (push) Failing after 6s

This commit is contained in:
Simon Bruder 2024-06-02 17:13:06 +02:00
parent 81d9357e83
commit 6fd1edb950
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -7,7 +7,7 @@ jobs:
- name: Checkout - name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
- name: Build - name: Build
uses: redhat-actions/buildah-build@v2 uses: https://github.com/redhat-actions/buildah-build@v2
with: with:
image: git.sbruder.de/containers/osu image: git.sbruder.de/containers/osu
#tags: latest #tags: latest
@ -17,7 +17,7 @@ jobs:
oci: true oci: true
- name: Push - name: Push
id: push id: push
uses: redhat-actions/push-to-registry@v2 uses: https://github.com/redhat-actions/push-to-registry@v2
with: with:
image: ${{ steps.build-image.outputs.image }} image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }} tags: ${{ steps.build-image.outputs.tags }}