Skip to content

Commit 1163edf

Browse files
authored
Merge pull request #89 from bengarrett/dependabot/github_actions/docker/build-push-action-6.18.0
Bump docker/build-push-action from 6.16.0 to 6.18.0
2 parents 7157c32 + e13a6fe commit 1163edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
2626
- name: Build and push Docker images
27-
uses: docker/build-push-action@v6.16.0
27+
uses: docker/build-push-action@v6.18.0
2828
with:
2929
platforms: linux/amd64,linux/arm64
3030
push: true

0 commit comments

Comments
 (0)