Skip to content

Commit

Permalink
Merge pull request #91 from GuGoOrg/liaosunny123-patch-1
Browse files Browse the repository at this point in the history
Update docker-push.yml
  • Loading branch information
liaosunny123 authored Aug 20, 2023
2 parents 656ac3c + 5def317 commit 7778e57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gugotik:latest
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/gugotik:latest
${{ secrets.DOCKERHUB_USERNAME }}/gugotik:${{ github.sha }}

0 comments on commit 7778e57

Please sign in to comment.