Skip to content

Commit

Permalink
misc: fix gh release docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed May 31, 2022
1 parent c1b9f7d commit fb8a516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push Docker image
uses: docker/build-push-action
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit fb8a516

Please sign in to comment.