From 6fa65a3f85eee5fa17a58847c85723edbc3b00d7 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Sat, 30 Jul 2022 19:38:36 +0000 Subject: [PATCH] chore: updare workflows --- .github/workflows/action-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 00030e65..439aa029 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -21,7 +21,6 @@ jobs: id: prep run: | DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/} - VERSION=latest VERSION=${{ inputs.tag }} VERSION="${VERSION//v}"