Skip to content

Commit 05e55f5

Browse files
authored
Merge pull request #10 from WOSSFOSS/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents b9c1053 + f4129b8 commit 05e55f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Build and push Docker image
4747
id: build
48-
uses: docker/build-push-action@v6 # v5.0.0
48+
uses: docker/build-push-action@v7 # v5.0.0
4949
with:
5050
context: .
5151
labels: "${{ steps.meta.outputs.labels }}"

0 commit comments

Comments
 (0)