File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 # Build and push Docker image with Buildx (don't push on PR)
100100 - name : Build and push Docker image
101101 id : build-and-push
102- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
102+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
103103 with :
104104 context : containers/${{ matrix.container }}
105105 platforms : linux/amd64
Original file line number Diff line number Diff line change 7474
7575 - name : Build and push by digest
7676 id : build
77- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
77+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
7878 with :
7979 context : containers/${{ needs.changed-containers.outputs.container_name }}
8080 platforms : ${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments