We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da2082 commit bedcaf3Copy full SHA for bedcaf3
.github/workflows/deploy.yml
@@ -308,7 +308,7 @@ jobs:
308
builder: ${{ steps.buildx.outputs.name }}
309
provenance: false
310
push: true
311
- tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/frontend:${{ steps.git.outputs.githash }}
+ tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-frontend:${{ steps.git.outputs.githash }}
312
cache-from: type=local,src=/tmp/.buildx-cache
313
cache-to: type=local,dest=/tmp/.buildx-cache
314
platforms: linux/arm64
0 commit comments