Skip to content

Commit 7551d4b

Browse files
Update docker/build-push-action action to v7
1 parent ce79363 commit 7551d4b

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
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.DOCKER_PASSWORD }}
3636

3737
- name: Build and Push Docker Images
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
tags: |
4141
${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)