mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix target key in CD workflow (#4773)
This commit is contained in:
parent
dfedd306f3
commit
fecdc81066
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
target: slim
|
target: slim
|
||||||
- environment: Production
|
- environment: Production
|
||||||
prefix: ""
|
prefix: ""
|
||||||
image-id: standard
|
target: standard
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest"
|
CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest"
|
||||||
|
|
Loading…
Reference in a new issue