Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed May 2, 2024
1 parent a39c1a8 commit 53efa5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: moros1138/pgetinker:latest,moros1138/pgetinker:$PGETINKER_VERSION
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/pgetinker:${{ GITHUB_SHA }}
${{ secrets.DOCKERHUB_USERNAME }}/pgetinker:latest

0 comments on commit 53efa5c

Please sign in to comment.