Skip to content

Commit 11a6a49

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent f77e239 commit 11a6a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
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@v4
31+
uses: docker/build-push-action@v6
3232
with:
3333
context: .
3434
push: true

0 commit comments

Comments
 (0)