fix syntax in some yml workflows (#3957)
This commit is contained in:
parent
e7c0a78d4d
commit
ed5e85f8ae
|
|
@ -48,8 +48,8 @@ jobs:
|
|||
|
||||
- name: Inject slug/short variables
|
||||
uses: rlespinasse/github-slug-action@v4
|
||||
with:
|
||||
short-length: 7
|
||||
with:
|
||||
short-length: 7
|
||||
|
||||
# Automatic tag management and OCI Image Format Specification for labels
|
||||
- name: Docker meta
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ jobs:
|
|||
|
||||
- name: Inject slug/short variables
|
||||
uses: rlespinasse/github-slug-action@v4
|
||||
with:
|
||||
short-length: 7
|
||||
with:
|
||||
short-length: 7
|
||||
|
||||
# Automatic tag management and OCI Image Format Specification for labels
|
||||
- name: Docker meta
|
||||
|
|
|
|||
Loading…
Reference in New Issue