Skip to content

Commit

Permalink
Merge pull request #29 from ContactEngineering/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
jotelha authored Sep 23, 2023
2 parents 966715f + 26a25b5 commit 968d3c5
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# build image locally, push to dockerhub if tagged
- name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./docker
file: ./docker/jupyterlab-SurfaceTopography/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# build image locally, push to dockerhub if tagged
- name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./docker
file: ./docker/jupyterlab-SurfaceTopography/Dockerfile
Expand Down

0 comments on commit 968d3c5

Please sign in to comment.