Skip to content

Commit

Permalink
manifst create option2
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Dec 21, 2024
1 parent e9c0d57 commit a519e98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1
with:
endpoint: builders
# driver-opts: image=moby/buildkit:v0.10.6
driver-opts: image=moby/buildkit:v0.10.6

- name: "[preparation] docker login"
uses: docker/login-action@v3.3.0
Expand Down 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 a519e98

Please sign in to comment.