mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -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
|
||||
- environment: Production
|
||||
prefix: ""
|
||||
image-id: standard
|
||||
target: standard
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest"
|
||||
|
|
Loading…
Reference in a new issue