Skip to content

Commit

Permalink
Fix PAX nightly container publication (#434)
Browse files Browse the repository at this point in the history
There was a YAML indentation issue when I last time rebased #405 and it
ended up causing the comment `#` to enter the image list when we publish
PAX nightly images.
  • Loading branch information
yhtang authored Dec 19, 2023
1 parent fd58524 commit 2cb7135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-pax-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
SOURCE_IMAGE: |
${{ needs.amd64.outputs.DOCKER_TAG_MEALKIT }}
# ${{ needs.arm64.outputs.DOCKER_TAG_MEALKIT }}
# ${{ needs.arm64.outputs.DOCKER_TAG_MEALKIT }}
TARGET_IMAGE: upstream-pax
TARGET_TAGS: |
type=raw,value=mealkit,priority=500
Expand All @@ -123,7 +123,7 @@ jobs:
with:
SOURCE_IMAGE: |
${{ needs.amd64.outputs.DOCKER_TAG_FINAL }}
# ${{ needs.arm64.outputs.DOCKER_TAG_FINAL }}
# ${{ needs.arm64.outputs.DOCKER_TAG_FINAL }}
TARGET_IMAGE: upstream-pax
TARGET_TAGS: |
type=raw,value=latest,priority=1000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-rosetta-pax-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
with:
SOURCE_IMAGE: |
${{ needs.amd64.outputs.DOCKER_TAG_FINAL }}
# ${{ needs.arm64.outputs.DOCKER_TAG_FINAL }}
# ${{ needs.arm64.outputs.DOCKER_TAG_FINAL }}
TARGET_IMAGE: pax
TARGET_TAGS: |
${{ needs.test-amd64.outputs.TEST_STATUS == 'success' && 'type=raw,value=latest,priority=1000' || '' }}
Expand Down

0 comments on commit 2cb7135

Please sign in to comment.