Skip to content

Commit f127e31

Browse files
Update docker/build-push-action action to v6.19.2
1 parent ba5288d commit f127e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: build+push
4343
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
44-
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
44+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4545
with:
4646
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
4747
push: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}

0 commit comments

Comments
 (0)