Skip to content

Commit

Permalink
Merge pull request #197 from opt-nc/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-3.2.0

Bump docker/build-push-action from 3.1.1 to 3.2.0
  • Loading branch information
mbarre authored Oct 12, 2022
2 parents 87a25ad + a43f113 commit b3294b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{secrets.OPT_DOCKERHUB_PASSWORD}}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit b3294b6

Please sign in to comment.