diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 00030e6..439aa02 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}"