Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 5, 2024
1 parent 0840f5d commit 297d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: redhat-actions/push-to-registry@v2
with:
image: quarkus-cryostat-agent
tags: ${{ steps.buildah-build.outputs.tags }}
tags: ${{ steps.buildah-build.outputs.tags }} ${{ env.agent-version }}-amd64 ${{ env.agent-version }}-arm64
registry: ${{ env.CI_REGISTRY }}
username: ${{ env.CI_USER }}
password: ${{ secrets.REPOSITORY_TOKEN }}
Expand Down

0 comments on commit 297d4e4

Please sign in to comment.