Skip to content

Commit

Permalink
wip: fix yaml structure for nightly build of rosseta t5x
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Nov 16, 2023
1 parent 1fe5f69 commit 95f5729
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-rosetta-pax-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly-rosetta-t5x-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f5729

Please sign in to comment.