parent
81d9357e83
commit
6fd1edb950
|
@ -7,7 +7,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Build
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
uses: https://github.com/redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: git.sbruder.de/containers/osu
|
||||
#tags: latest
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
oci: true
|
||||
- name: Push
|
||||
id: push
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||
with:
|
||||
image: ${{ steps.build-image.outputs.image }}
|
||||
tags: ${{ steps.build-image.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue