Skip to content

Commit 7993105

Browse files
committed
chore: fix ci/cd tag latest
1 parent 01b00fb commit 7993105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
docker build -t $ECR_REGISTRY/rcmonteiro_devops_nest_ci:$TAG .
8080
docker push $ECR_REGISTRY/rcmonteiro_devops_nest_ci:$TAG
81-
docker tag -t $ECR_REGISTRY/rcmonteiro_devops_nest_ci:latest
81+
docker tag -t $ECR_REGISTRY/rcmonteiro_devops_nest_ci:$TAG $ECR_REGISTRY/rcmonteiro_devops_nest_ci:latest
8282
docker push $ECR_REGISTRY/rcmonteiro_devops_nest_ci:latest
8383
IMAGE=$(echo $ECR_REGISTRY/rcmonteiro_devops_nest_ci:$TAG)
8484
echo "image=$IMAGE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)