Update docker image name in GH action

This commit is contained in:
Maks Snegov 2020-06-01 17:31:04 +03:00
parent 7bdcde648d
commit 3603017f42

View File

@ -55,7 +55,7 @@ jobs:
- name: Push image
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
IMAGE_ID=docker.pkg.github.com/$IMAGE_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')