From 8a82e63fe1095209c00ba41914892e76421b9f9a Mon Sep 17 00:00:00 2001 From: Calum MacRae Date: Mon, 12 Jul 2021 20:03:40 +0100 Subject: CI: Ensure Docker tags derived from refs include legal characters --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8b9f0e..087f461 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Get the current tag name - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" | sed 's/\//_/g' >> $GITHUB_ENV - name: Setup QEMU uses: docker/setup-qemu-action@v1 -- cgit v1.2.3