Skip to content

Commit 97d862c

Browse files
authored
Update docker-image.yml
1 parent ab9be42 commit 97d862c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
# be deployed to ECS.
8888
docker pull openconceptlab/oclweb3:$IMAGE_TAG
8989
docker tag openconceptlab/oclweb3:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
90-
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
90+
docker tag openconceptlab/oclweb3:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:qa
91+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:qa
9192
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
9293
- name: Download task definition
9394
run: |

0 commit comments

Comments
 (0)