Skip to content

Commit

Permalink
Update registry and image name in podman-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 7, 2024
1 parent 359c0d5 commit 0717fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/podman-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Push To ghcr.io
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-image.outputs.image }}
image: base-standalone-bootc
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io/ultramarine-linux
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0717fd8

Please sign in to comment.