Skip to content

Commit c6051b2

Browse files
Merge pull request #71 from bottledcode/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents b47a5b7 + 401c678 commit c6051b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
username: ${{ github.actor }}
1717
password: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Build and push
19-
uses: docker/build-push-action@v6
19+
uses: docker/build-push-action@v7
2020
with:
2121
context: .
2222
file: ./Dockerfile

0 commit comments

Comments
 (0)