Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from provenance-io/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-3
  • Loading branch information
dependabot[bot] authored May 9, 2022
2 parents 946b611 + 9ab060c commit 9e90def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish to Docker Hub
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
target: run
Expand Down

0 comments on commit 9e90def

Please sign in to comment.