diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index cad59f5e3e..74c10963ee 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -44,6 +44,8 @@ jobs: name: cryostat-amd64 if: github.repository_owner == 'cryostatio' - name: Load cryostat-amd64 image + env: + IMAGE_VERSION: ${{ needs.build-and-test-amd64.outputs.image-version }} run: | podman load -i cryostat-amd64.tar podman tag quay.io/cryostat/cryostat:latest $CRYOSTAT_IMG:$IMAGE_VERSION-linux-amd64 @@ -53,6 +55,8 @@ jobs: name: cryostat-arm64 if: github.repository_owner == 'cryostatio' - name: Load cryostat-arm64 image + env: + IMAGE_VERSION: ${{ needs.build-and-test-arm64.outputs.image-version }} run: | podman load -i cryostat-arm64.tar podman tag quay.io/cryostat/cryostat:latest $CRYOSTAT_IMG:$IMAGE_VERSION-linux-arm64