Skip to content

Commit e8cd587

Browse files
committed
fix repo ref
1 parent 2a8c7fc commit e8cd587

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
@@ -274,7 +274,7 @@ jobs:
274274
id: image
275275
run: |
276276
set +e
277-
aws ecr describe-images --repository-name=pythonit/frontend --image-ids=imageTag=${{ steps.git.outputs.githash }}
277+
aws ecr describe-images --repository-name=pythonit/pycon-frontend --image-ids=imageTag=${{ steps.git.outputs.githash }}
278278
if [[ $? == 0 ]]; then
279279
echo "image_exists=1" >> $GITHUB_OUTPUT
280280
else

0 commit comments

Comments
 (0)