Skip to content

Commit 182217b

Browse files
authored
Merge pull request #24 from jski/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 6cde868 + 8eed7a4 commit 182217b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Build and push Docker images
165165
if: steps.check.outputs.exists == 'false'
166-
uses: docker/build-push-action@v6
166+
uses: docker/build-push-action@v7
167167
with:
168168
context: .
169169
file: Dockerfile

0 commit comments

Comments
 (0)