Skip to content

Commit

Permalink
fix: invalid release container version
Browse files Browse the repository at this point in the history
  • Loading branch information
dice4x4 committed Jun 23, 2022
1 parent 5efbd63 commit d5b0015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
-e SERVER_PORT=${{ env.SERVER_PORT }} \
-e ACCESS_TOKEN_LIFETIME=${{ env.ACCESS_TOKEN_LIFETIME }} \
-e REFRESH_TOKEN_LIFETIME=${{ env.REFRESH_TOKEN_LIFETIME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:pr-${{ github.event.pull_request.number }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
docker logout

0 comments on commit d5b0015

Please sign in to comment.