Skip to content

Commit 908d7a4

Browse files
authored
Merge pull request #176 from marcoshuck/dependabot/github_actions/docker/build-push-action-6
🌱 Bump docker/build-push-action from 5 to 6
2 parents 2f27172 + b8e6b48 commit 908d7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
push: true
4444
context: .

0 commit comments

Comments
 (0)