Skip to content

Commit

Permalink
Push manifest after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Dec 11, 2024
1 parent 24c7bc7 commit c85c18c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
registry: ${{ env.registry }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push manifest to registry
- name: Create and push manifest to registry
run: |
IMAGE=${{ env.registry }}/${{ github.repository }}:${{ matrix.runmode }}-${{ env.aem_sdk_version }}
docker manifest create \
${IMAGE} \
docker manifest create ${IMAGE} \
--amend ${IMAGE}-amd64 \
--amend ${IMAGE}-arm64
--amend ${IMAGE}-arm64
docker manifest push ${IMAGE}

0 comments on commit c85c18c

Please sign in to comment.