diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index fa76c808..f09a91f4 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.GCR_TOKEN }} registry: ghcr.io image_name: github/super-linter - image_tag: latest + image_tag: latest,v3 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}"