fix: use the IMAGE_NAME variable

current behavior:
changing the IMAGE_NAME variable breaks the build

expected behavior:
changing the IMAGE_NAME should not break the build
This commit is contained in:
Ankit Popli
2020-05-10 13:47:21 +05:30
committed by GitHub
parent 6adb515f32
commit 72408e6c62
+1 -1
View File
@@ -72,5 +72,5 @@ jobs:
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
docker tag image $IMAGE_ID:$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION