Skip to content

Commit cff5ca4

Browse files
committed
Update and pin docker/build-push-action
Taken from #160, so the action knows what the 'gha' backend is.
1 parent fa9122a commit cff5ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Build and push all platforms
61-
uses: docker/build-push-action@v4
61+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6262
with:
6363
# Always build, but don't push to container registries on PRs.
6464
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)