Skip to content

Commit

Permalink
feat: 更新 build_and_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwma committed Jun 22, 2021
1 parent 8b45ec4 commit cedbda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: ${{ DOCKER_HUB_REPOSITORY }}
repository: ${{ env.DOCKER_HUB_REPOSITORY }}
tags: latest
tag_with_ref: true
dockerfile: ./build/package/Dockerfile
Expand Down

0 comments on commit cedbda7

Please sign in to comment.