trying this out

This commit is contained in:
Admiralawkbar 2020-12-03 13:55:28 -06:00
parent cf0e6a9704
commit a311be6752

View file

@ -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 #