Skip to content

Commit

Permalink
Merge pull request #111 from linjie7674/ci/deploy
Browse files Browse the repository at this point in the history
add respository owner in docker name
  • Loading branch information
IRONICBo authored Feb 6, 2024
2 parents 1dc09bb + 2f2b8b5 commit a98059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/goplus-community-${{ env.BRANCH_NAME }}:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.repository_owner }}-goplus-community-${{ env.BRANCH_NAME }}:latest

0 comments on commit a98059e

Please sign in to comment.