Skip to content

Commit 1b0eaa7

Browse files
chore(deps): update docker/build-push-action action to v6.19.1
1 parent 66a9796 commit 1b0eaa7

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
@@ -31,7 +31,7 @@ jobs:
3131
type=ref,event=branch
3232
type=semver,pattern={{version}}
3333
- name: Docker build (push only for tag)
34-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
34+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
3535
with:
3636
platforms: linux/amd64,linux/arm64
3737
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)