Skip to content

Commit

Permalink
manifst create option
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Dec 21, 2024
1 parent 3c3850d commit e9c0d57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ jobs:
- name: "[build] create manifest list and push"
working-directory: /tmp/digests
run: |
# docker manifest create ${{ env.DOCKER_HUB_REPO }}:${{ steps.meta.outputs.version }} \
# $(printf '${{ env.DOCKER_HUB_REPO }}@sha256:%s ' *)
docker manifest create ${{ env.DOCKER_HUB_REPO }}:${{ steps.meta.outputs.version }} \
$(printf '${{ env.DOCKER_HUB_REPO }}@sha256:%s ' *)
# docker manifest push ${{ env.DOCKER_HUB_REPO }}:${{ steps.meta.outputs.version }}
docker manifest push ${{ env.DOCKER_HUB_REPO }}:${{ steps.meta.outputs.version }}
docker buildx imagetools create -t ${{ env.DOCKER_HUB_REPO }}:${{ steps.meta.outputs.version }} \
$(printf '${{ env.DOCKER_HUB_REPO }}@sha256:%s ' *)
# docker buildx imagetools create -t ${{ env.DOCKER_HUB_REPO }}:${{ steps.meta.outputs.version }} \
# $(printf '${{ env.DOCKER_HUB_REPO }}@sha256:%s ' *)
- name: "[validate] inspect image"
run: |
Expand Down

0 comments on commit e9c0d57

Please sign in to comment.