Skip to content

Commit

Permalink
Merge pull request #43 from Michad/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6.0.1

security(actions): bump docker/build-push-action from 6.0.0 to 6.0.1
  • Loading branch information
Michad authored Jun 19, 2024
2 parents c41c7f0 + 3ddb048 commit 9f67c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=sha
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 9f67c6b

Please sign in to comment.