We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0566b65 + f5cf690 commit 932c8e4Copy full SHA for 932c8e4
2 files changed
.github/workflows/build-docker-full.yml
@@ -49,7 +49,7 @@ jobs:
49
echo "sha=$SHA" >> "$GITHUB_OUTPUT"
50
51
- name: Build and push Docker image
52
- uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
+ uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
53
with:
54
context: .
55
push: true
.github/workflows/build-docker-slim.yml
@@ -47,7 +47,7 @@ jobs:
47
images: salesforce/cli
48
0 commit comments