mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 13:12:22 -05:00
try2
This commit is contained in:
parent
65b3b967bf
commit
f25d3b55c5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-DEV.yml
vendored
4
.github/workflows/deploy-DEV.yml
vendored
|
@ -59,9 +59,9 @@ jobs:
|
||||||
password: ${{ secrets.GCR_TOKEN }}
|
password: ${{ secrets.GCR_TOKEN }}
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
image_name: github/super-linter
|
image_name: github/super-linter
|
||||||
image_tag: latest,v3
|
image_tag: "${GITHUB_SHA}"
|
||||||
dockerfile: Dockerfile
|
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:
|
env:
|
||||||
ACTIONS_RUNNER_DEBUG: true
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue