Skip to content

Commit b8c97be

Browse files
committed
Fix typo error
1 parent 7a39be6 commit b8c97be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
ROUTER_IMAGE_ID_MAYOR=${{ secrets.DOCKER_USER }}/mysql-innodb-cluster-router:$CURRENT_MYSQL_MAYOR_VERSION
5858
echo ROUTER_IMAGE_ID=$ROUTER_IMAGE_ID
5959
echo ROUTER_IMAGE_ID_MAYOR=$ROUTER_IMAGE_ID_MAYOR
60-
docker tag ${{ secrets.DOCKER_USER }}/mysql-innodb-cluster-router:latest $IMAGE_ID
61-
docker tag ${{ secrets.DOCKER_USER }}/mysql-innodb-cluster-router:latest $IMAGE_ID_MAYOR
60+
docker tag ${{ secrets.DOCKER_USER }}/mysql-innodb-cluster-router:latest $ROUTER_IMAGE_ID
61+
docker tag ${{ secrets.DOCKER_USER }}/mysql-innodb-cluster-router:latest $ROUTER_IMAGE_ID_MAYOR
6262
docker push $ROUTER_IMAGE_ID
6363
docker push $ROUTER_IMAGE_ID_MAYOR
6464
docker push ${{ secrets.DOCKER_USER }}/mysql-innodb-cluster-router:latest

0 commit comments

Comments
 (0)