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
|
- name: Inject slug/short variables
|
||||||
uses: rlespinasse/github-slug-action@v4
|
uses: rlespinasse/github-slug-action@v4
|
||||||
with:
|
with:
|
||||||
short-length: 7
|
short-length: 7
|
||||||
|
|
||||||
# Automatic tag management and OCI Image Format Specification for labels
|
# Automatic tag management and OCI Image Format Specification for labels
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,8 @@ jobs:
|
||||||
|
|
||||||
- name: Inject slug/short variables
|
- name: Inject slug/short variables
|
||||||
uses: rlespinasse/github-slug-action@v4
|
uses: rlespinasse/github-slug-action@v4
|
||||||
with:
|
with:
|
||||||
short-length: 7
|
short-length: 7
|
||||||
|
|
||||||
# Automatic tag management and OCI Image Format Specification for labels
|
# Automatic tag management and OCI Image Format Specification for labels
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue