Skip to content

Commit 25380bf

Browse files
authored
Merge pull request #304 from hydephp/dependabot/github_actions/docker/build-push-action-6.17.0
Bump docker/build-push-action from 6.15.0 to 6.17.0
2 parents 3c7d865 + 8e21563 commit 25380bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/build-push-action
6666
- name: Build and push Docker image
6767
id: build-and-push
68-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
68+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
6969
with:
7070
context: .
7171
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)