Skip to content

Commit 294d5b0

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 8341829 commit 294d5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
password: ${{ secrets.DOCKER_PASSWORD }}
2929

3030
- name: Build and push Docker image
31-
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
31+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
3232
with:
3333
context: .
3434
push: true

0 commit comments

Comments
 (0)