Skip to content

Commit bedcaf3

Browse files
committed
fix ref
1 parent 0da2082 commit bedcaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
builder: ${{ steps.buildx.outputs.name }}
309309
provenance: false
310310
push: true
311-
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/frontend:${{ steps.git.outputs.githash }}
311+
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-frontend:${{ steps.git.outputs.githash }}
312312
cache-from: type=local,src=/tmp/.buildx-cache
313313
cache-to: type=local,dest=/tmp/.buildx-cache
314314
platforms: linux/arm64

0 commit comments

Comments
 (0)