diff --git a/.github/workflows/runtime-buildah-build.yml b/.github/workflows/runtime-buildah-build.yml index b8a1504..640b3b4 100644 --- a/.github/workflows/runtime-buildah-build.yml +++ b/.github/workflows/runtime-buildah-build.yml @@ -69,10 +69,10 @@ jobs: containerfiles: | ./Dockerfile - # - name: Push to GitHub Container Repository - # id: push-runtime-ghcr - # uses: redhat-actions/push-to-registry@v2 - # with: - # registry: ${{ env.REGISTRY }} - # image: ${{ steps.build-runtime.outputs.image }} - # tags: ${{ steps.build-runtime.outputs.tags }} + - name: Push to GitHub Container Repository + id: push-runtime-ghcr + uses: redhat-actions/push-to-registry@v2 + with: + registry: ${{ env.REGISTRY }} + image: ${{ steps.build-runtime.outputs.image }} + tags: ${{ steps.build-runtime.outputs.tags }}