We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd12b03 commit 5845cf5Copy full SHA for 5845cf5
.github/workflows/github-release.yml
@@ -51,5 +51,5 @@ jobs:
51
context: .
52
push: true
53
tags: |
54
- ghcr.io/${{ github.repository_owner }}/securechain-user-login:latest
55
- ghcr.io/${{ github.repository_owner }}/securechain-user-login:${{ steps.get_variables.outputs.VERSION }}
+ ghcr.io/${{ github.repository_owner }}/securechain-auth:latest
+ ghcr.io/${{ github.repository_owner }}/securechain-auth:${{ steps.get_variables.outputs.VERSION }}
0 commit comments