Skip to content

Commit

Permalink
Merge pull request #142 from KenMwaura1/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
KenMwaura1 authored Jun 18, 2024
2 parents 588dd73 + bd17056 commit 5c164fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build and push Docker image
if : github.event_name != 'pull_request'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:src"
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build and push Docker image
if : github.event_name != 'pull_request'
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:src"
push: ${{ github.event_name != 'pull_request' }} # Don't push on PR
Expand Down

0 comments on commit 5c164fa

Please sign in to comment.