Skip to content

Commit

Permalink
Push runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 23, 2024
1 parent b1b3e39 commit 19106d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/runtime-buildah-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 19106d3

Please sign in to comment.