Skip to content

Commit 4665cdb

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

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
@@ -88,7 +88,8 @@ jobs:
8888
docker pull openconceptlab/oclweb3:$IMAGE_TAG
8989
docker tag openconceptlab/oclweb3:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
9090
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
91+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
92+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:qa
9293
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
9394
- name: Download task definition
9495
run: |

0 commit comments

Comments
 (0)