mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-24 16:22:23 -05:00
check log
This commit is contained in:
parent
af49afc620
commit
65b3b967bf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -62,6 +62,8 @@ jobs:
|
||||||
image_tag: latest,v3
|
image_tag: latest,v3
|
||||||
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} -t github/super-linter:${GITHUB_SHA}"
|
||||||
|
env:
|
||||||
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Validates the metadata docker labels #
|
# Validates the metadata docker labels #
|
||||||
|
|
Loading…
Reference in a new issue