diff --git a/.github/workflows/nightly-rosetta-pax-build-test.yaml b/.github/workflows/nightly-rosetta-pax-build-test.yaml index e28dd0f2e..a338d0a06 100644 --- a/.github/workflows/nightly-rosetta-pax-build-test.yaml +++ b/.github/workflows/nightly-rosetta-pax-build-test.yaml @@ -101,8 +101,8 @@ jobs: needs: [metadata, amd64, arm64] if: needs.metadata.output.PUBLISH == 'true' uses: ./.github/workflows/_publish_container.yaml - with: | - SOURCE_IMAGE: | + with: + SOURCE_IMAGE: | ${{ needs.amd64.outputs.DOCKER_TAG_MEALKIT }} ${{ needs.arm64.outputs.DOCKER_TAG_MEALKIT }} TARGET_IMAGE: upstream-pax diff --git a/.github/workflows/nightly-rosetta-t5x-build-test.yaml b/.github/workflows/nightly-rosetta-t5x-build-test.yaml index d8d1fc7ef..73fe9ecfb 100644 --- a/.github/workflows/nightly-rosetta-t5x-build-test.yaml +++ b/.github/workflows/nightly-rosetta-t5x-build-test.yaml @@ -98,15 +98,15 @@ jobs: run: | echo "WARNING: arm64 build is not yet supported" - public-mealkit: + public-mealkit: needs: [metadata, amd64, arm64] if: needs.metadata.output.PUBLISH == 'true' uses: ./.github/workflows/_publish_container.yaml - with: | - SOURCE_IMAGE: | + with: + SOURCE_IMAGE: | ${{ needs.amd64.outputs.DOCKER_TAG_MEALKIT }} ${{ needs.arm64.outputs.DOCKER_TAG_MEALKIT }} - TARGET_IMAGE: upstream-pax + TARGET_IMAGE: upstream-t5x TARGET_TAGS: | type=raw,value=mealkit,priority=500 type=raw,value=mealkit-${{ needs.metadata.outputs.BUILD_DATE }},priority=500