fix syntax in workflow
fix syntax in workflow
This commit is contained in:
parent
0a410a1724
commit
db354c0ae0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
||||||
group: 1.1
|
group: 1.1
|
||||||
channel: beta
|
channel: beta
|
||||||
env:
|
env:
|
||||||
WERF_STAGES_STORAGE=":local"
|
WERF_STAGES_STORAGE: ":local"
|
||||||
WERF_REPO: ${{ secrets.REGISTRY }}/${{ github.repository }}
|
WERF_REPO: ${{ secrets.REGISTRY }}/${{ github.repository }}
|
||||||
|
|
Loading…
Reference in a new issue