Skip to content

Commit 9db3c06

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

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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
3232
with:
3333
context: .
3434
push: true

0 commit comments

Comments
 (0)