Update build.yaml
This commit is contained in:
parent
0e6d21ab44
commit
5586ab7d06
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
password: ${{ secrets.DOCKER_PASS }}
|
||||||
- name: Converge
|
- name: Converge
|
||||||
uses: werf/actions/converge@master
|
uses: werf/actions/build-and-publish@master
|
||||||
with:
|
with:
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in a new issue