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}"