We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0860f2 commit 319d48cCopy full SHA for 319d48c
.github/workflows/image.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Build and push
64
id: build-and-push
65
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
66
with:
67
context: ci/dockerfiles/autoscaler-${{ matrix.image_suffix }}
68
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments