Skip to content

Commit

Permalink
manifest create with buildkit pin #2
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Dec 21, 2024
1 parent 5ac473c commit 04c6991
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/[email protected]
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/[email protected]
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 04c6991

Please sign in to comment.