Skip to content

Commit

Permalink
Merge pull request #64 from simonsobs/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
TaiSakuma authored Jun 24, 2024
2 parents 034381a + bac7b45 commit d589454
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-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
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/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down

0 comments on commit d589454

Please sign in to comment.