Skip to content

Commit 932c8e4

Browse files
authored
Merge pull request #1316 from salesforcecli/ew/update-gha
Update GHA actions
2 parents 0566b65 + f5cf690 commit 932c8e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "sha=$SHA" >> "$GITHUB_OUTPUT"
5050
5151
- name: Build and push Docker image
52-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
52+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
5353
with:
5454
context: .
5555
push: true

.github/workflows/build-docker-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
images: salesforce/cli
4848

4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
50+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
5151
with:
5252
context: .
5353
push: true

0 commit comments

Comments
 (0)