From 297d4e4fd4904a2108113ffdd96371872564da6a Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Fri, 5 Jul 2024 17:33:34 -0400 Subject: [PATCH] s --- .github/workflows/container-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 8d32eb5c..e91d7ca2 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -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 }}