Skip to content

Commit da2ad87

Browse files
Update docker/build-push-action action to v7
1 parent 9279805 commit da2ad87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
39-
- uses: docker/build-push-action@v6
39+
- uses: docker/build-push-action@v7
4040
with:
4141
context: .
4242
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)