Update docker-publish.yml

If you change the IMAGE_NAME to something which is not "image" it will fail, because at the bottom was a hard fix "image" inside. 

Now its running.
This commit is contained in:
Christoph Dietrich
2020-05-04 12:42:34 +02:00
committed by GitHub
parent 6adb515f32
commit 7176a039ba
+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