Skip to content

Commit 229190e

Browse files
authored
Merge pull request #55 from PatrickBaus/dependabot/github_actions/docker/build-push-action-6
[gha] Bump docker/build-push-action from 5 to 6
2 parents d8f515c + 6724e3d commit 229190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# https://github.com/docker/build-push-action
117117
- name: Build and push Docker image by digest
118118
id: build
119-
uses: docker/build-push-action@v5
119+
uses: docker/build-push-action@v6
120120
with:
121121
context: .
122122
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)