We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93ddfe commit ce477c2Copy full SHA for ce477c2
.github/workflows/build-and-push.yml
@@ -86,7 +86,7 @@ jobs:
86
with:
87
push: true
88
file: Dockerfile.preview
89
- tags: ${{ steps.login-ecr.outputs.registry }}/preview-bea:${{ steps.prep.outputs.BUILD_ID }}
+ tags: ${{ steps.login-ecr.outputs.registry }}/${{ github.event.repository.name }}-preview:${{ steps.prep.outputs.BUILD_ID }}
90
secrets: |
91
"NEXT_PUBLIC_HCAPTCHA_SITEKEY=${{ secrets.NEXT_PUBLIC_HCAPTCHA_SITEKEY }}"
92
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
0 commit comments