Skip to content

Commit

Permalink
fix: docker tag is not pushed to dockethub using v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jul 13, 2023
1 parent b3d5a4b commit 5db5752
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 @@ -36,7 +36,7 @@ jobs:
ref: ${{ env.TAG }}

- name: Push current tag to Docker Hub
uses: docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
uses: docker/build-push-action@v1 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 5db5752

Please sign in to comment.