mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-24 08:12:13 -05:00
trying this out
This commit is contained in:
parent
cf0e6a9704
commit
a311be6752
1 changed files with 7 additions and 2 deletions
9
.github/workflows/deploy-DEV.yml
vendored
9
.github/workflows/deploy-DEV.yml
vendored
|
@ -53,8 +53,13 @@ jobs:
|
||||||
# Build image locally for testing #
|
# Build image locally for testing #
|
||||||
###################################
|
###################################
|
||||||
- name: Build image
|
- name: Build image
|
||||||
shell: bash
|
uses: whoan/docker-build-with-cache-action@v5
|
||||||
run: docker build --build-arg "BUILD_DATE=${BUILD_DATE}" --build-arg "BUILD_REVISION=${GITHUB_SHA}" --build-arg "BUILD_VERSION=${GITHUB_SHA}" --no-cache -t github/super-linter:${GITHUB_SHA} .
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
image_name: github/super-linter
|
||||||
|
image_tag: latest
|
||||||
|
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}"
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Validates the metadata docker labels #
|
# Validates the metadata docker labels #
|
||||||
|
|
Loading…
Reference in a new issue