Skip to content

Commit d7d5e29

Browse files
Merge pull request #481 from friedemannsommer/dependabot/github_actions/docker/build-push-action-6.17.0
Bump docker/build-push-action from 6.16.0 to 6.17.0
2 parents 01cd305 + 4cf577a commit d7d5e29

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
@@ -189,7 +189,7 @@ jobs:
189189
run: |
190190
cp -r "${{ steps.download.outputs.download-path }}" ./packaging/docker
191191
- name: Build and push Docker image
192-
uses: docker/build-push-action@v6.16.0
192+
uses: docker/build-push-action@v6.17.0
193193
with:
194194
context: packaging/docker
195195
platforms: linux/arm64,linux/arm/v6,linux/arm/v7,linux/amd64,linux/386

0 commit comments

Comments
 (0)