Skip to content

Commit 030c461

Browse files
authored
Merge pull request #25 from bytes-zone/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents 0009480 + 734775b commit 030c461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Build and push
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
context: .
3131
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)