Skip to content

Commit ce477c2

Browse files
committed
Update preview build ECR repo
1 parent f93ddfe commit ce477c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
push: true
8888
file: Dockerfile.preview
89-
tags: ${{ steps.login-ecr.outputs.registry }}/preview-bea:${{ steps.prep.outputs.BUILD_ID }}
89+
tags: ${{ steps.login-ecr.outputs.registry }}/${{ github.event.repository.name }}-preview:${{ steps.prep.outputs.BUILD_ID }}
9090
secrets: |
9191
"NEXT_PUBLIC_HCAPTCHA_SITEKEY=${{ secrets.NEXT_PUBLIC_HCAPTCHA_SITEKEY }}"
9292
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"

0 commit comments

Comments
 (0)