Skip to content

Commit 7bbd7c9

Browse files
authored
Merge pull request #74 from Marx2/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 5977b8d + 2d0a2ab commit 7bbd7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: ${{ github.actor }}
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Build and Push Versioned Docker Image
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
with:
4747
context: .
4848
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)