Skip to content

Commit 270f0c6

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent a0efa08 commit 270f0c6

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
@@ -75,7 +75,7 @@ jobs:
7575
username: ${{ github.actor }}
7676
password: ${{ secrets.GITHUB_TOKEN }}
7777
- name: Build and push (scratch)
78-
uses: docker/build-push-action@v6
78+
uses: docker/build-push-action@v7
7979
with:
8080
context: .
8181
file: ./Dockerfile${{ matrix.type != '' && format('.{0}', matrix.type) || '' }}

0 commit comments

Comments
 (0)