test
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 1m2s
Build containers / dependent-images (go) (push) Successful in 44s
Build containers / dependent-images (infra) (push) Successful in 1m7s

This commit is contained in:
Job
2025-12-29 11:48:35 +01:00
parent 678b8bee6e
commit 586e9c17ba
2 changed files with 3 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ jobs:
tags: ${{ github.ref_name }}
context: ./containers/fedora
containerfiles: ./containers/fedora/Containerfile
oci: true
layers: true
- name: Push
uses: redhat-actions/push-to-registry@v2
with:
@@ -97,7 +97,7 @@ jobs:
context: ./containers/${{ matrix.container }}
containerfiles: ./containers/${{ matrix.container }}/Containerfile
build-args: TAG=${{ github.ref_name }}
oci: true
layers: true
- name: Push
if: steps.check.outputs.run == 'true'
uses: redhat-actions/push-to-registry@v2