From 1421edb9a3048cfe8b7255dc94c5dcb9dc325315 Mon Sep 17 00:00:00 2001 From: Milos Milutinovic Date: Thu, 27 Aug 2020 12:27:22 +0200 Subject: [PATCH] add tag to expo cli image --- .expo-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expo-publish.yml b/.expo-publish.yml index ca443c5..8841f42 100644 --- a/.expo-publish.yml +++ b/.expo-publish.yml @@ -1,5 +1,5 @@ .expo_publish: - image: patwoz/expo-cli + image: patwoz/expo-cli:3 when: manual before_script: - expo login -u "$EXPO_USERNAME" -p "EXPO_PASSWORD" -- GitLab