From 34d8254bbb6056a4bb64d1f34fd9991ba5fa78ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Fri, 1 Oct 2021 01:07:35 +0200 Subject: [PATCH] lower case --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index aacc7c86..fb79a024 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ jobs: - name: Prepare tags id: prep run: | - DOCKER_IMAGE=${{ secrets.DOCKER_HUB_USERNAME }}/UpSnap + DOCKER_IMAGE=${{ secrets.DOCKER_HUB_USERNAME }}/upsnap VERSION=${GITHUB_REF#refs/tags/} TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${VERSION:0:2},${DOCKER_IMAGE}:latest" echo ::set-output name=tags::${TAGS}