Skip to content

Commit

Permalink
Merge pull request #1050 from CodeForAfrica/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
kilemensi authored Jun 25, 2024
2 parents 976aa12 + 2bd64df commit 627e74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down

0 comments on commit 627e74a

Please sign in to comment.