Skip to content

Commit 575b732

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 264e1bc commit 575b732

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

0 commit comments

Comments
 (0)