Skip to content

Commit fa8e28c

Browse files
authored
Merge pull request #98 from mrrfv/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents 5ae1835 + 17994ab commit fa8e28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v4
2020
- name: Build and push
21-
uses: docker/build-push-action@v6
21+
uses: docker/build-push-action@v7
2222
with:
2323
context: .
2424
file: ./Dockerfile

0 commit comments

Comments
 (0)