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 2a8c7fc commit e8cd587Copy full SHA for e8cd587
.github/workflows/deploy.yml
@@ -274,7 +274,7 @@ jobs:
274
id: image
275
run: |
276
set +e
277
- aws ecr describe-images --repository-name=pythonit/frontend --image-ids=imageTag=${{ steps.git.outputs.githash }}
+ aws ecr describe-images --repository-name=pythonit/pycon-frontend --image-ids=imageTag=${{ steps.git.outputs.githash }}
278
if [[ $? == 0 ]]; then
279
echo "image_exists=1" >> $GITHUB_OUTPUT
280
else
0 commit comments