parent
81d9357e83
commit
6fd1edb950
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue