We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ba068 commit 18162b1Copy full SHA for 18162b1
.github/workflows/images.yaml
@@ -81,7 +81,7 @@ jobs:
81
with:
82
platforms: ${{ matrix.platforms }}
83
- uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1
84
- - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3
+ - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v3
85
id: build-and-push
86
87
context: .
.github/workflows/verta-build.yaml
@@ -74,7 +74,7 @@ jobs:
74
echo "targets=${TARGETS}" >> $GITHUB_OUTPUT
75
76
- name: Build and push Docker image to ECR
77
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
78
if: "!(steps.should_publish.outputs.targets == '')"
79
env:
80
DOCKER_BUILDKIT: "1"
0 commit comments