Skip to content

Commit dba0b07

Browse files
authored
Merge pull request #30 from is-a-dev/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents 160ff22 + 5d3cd24 commit dba0b07

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
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6
2323

2424
- name: Build Image
25-
uses: docker/build-push-action@v6
25+
uses: docker/build-push-action@v7
2626
with:
2727
context: .
2828
# push: true

0 commit comments

Comments
 (0)