diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index df16213a..b2ebf5c5 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -59,9 +59,9 @@ jobs: password: ${{ secrets.GCR_TOKEN }} registry: ghcr.io image_name: github/super-linter - image_tag: latest,v3 + image_tag: "${GITHUB_SHA}" dockerfile: Dockerfile - build_extra_args: "--build-arg=BUILD_DATE=${BUILD_DATE} --build-arg=BUILD_REVISION=${GITHUB_SHA} --build-arg=BUILD_VERSION=${GITHUB_SHA} -t github/super-linter:${GITHUB_SHA}" + build_extra_args: "--build-arg=BUILD_DATE=${BUILD_DATE} --build-arg=BUILD_REVISION=${GITHUB_SHA} --build-arg=BUILD_VERSION=${GITHUB_SHA}" env: ACTIONS_RUNNER_DEBUG: true