mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Fix action.yml update
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
afcf97b858
commit
16251e9518
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -28,9 +28,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Update action.yml
|
||||
run: yq '.runs.image = "docker://ghcr.io/github/super-linter:${tag}"' -i action.yml
|
||||
env:
|
||||
tag: ${{ matrix.images.image-id }}
|
||||
run: yq '.runs.image = "docker://ghcr.io/github/super-linter:${{ matrix.images.image-id }}"' -i action.yml && cat 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