Skip to content

Commit

Permalink
remove redundant dot in docker push command (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibov authored Jan 25, 2023
1 parent fc8f9cc commit 0f8300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- run: docker build -t divaar/semangit:$GITHUB_REF_NAME .
- run: docker push divaar/semangit:$GITHUB_REF_NAME
- run: docker tag divaar/semangit:$GITHUB_REF_NAME divaar/semangit:latest
- run: docker push divaar/semangit:latest .
- run: docker push divaar/semangit:latest

0 comments on commit 0f8300f

Please sign in to comment.