Skip to content

Commit

Permalink
Merge pull request NCAR#491 from NCAR/dependabot/github_actions/main/…
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
grantfirl committed Jul 17, 2024
2 parents 0ede4d6 + 972958d commit 7ea519e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push latest tag
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and export test tag
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit 7ea519e

Please sign in to comment.