mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 12:42:09 -05:00
Remove action.yml update debugging
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
16251e9518
commit
672b5ec94e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Update action.yml
|
||||
run: yq '.runs.image = "docker://ghcr.io/github/super-linter:${{ matrix.images.image-id }}"' -i action.yml && cat action.yml
|
||||
run: yq '.runs.image = "docker://ghcr.io/github/super-linter:${{ matrix.images.image-id }}"' -i action.yml
|
||||
- name: Retrieve Datetime
|
||||
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> "${GITHUB_ENV}"
|
||||
- name: Build Docker Image
|
||||
|
|
Loading…
Reference in a new issue