Skip to content

Commit 9178673

Browse files
Merge pull request #58 from valentin-kaiser/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 9f0fd2b + 5e5afbd commit 9178673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
-
4747
name: Build and push
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
with:
5050
context: .
5151
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)