mirror of
https://github.com/kairos-io/openamt.git
synced 2025-08-16 11:36:34 +00:00
fix release
This commit is contained in:
parent
419b821495
commit
ccd6340b00
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v0.7.*
|
version: v0.7.*
|
||||||
- name: docker login
|
- name: docker login
|
||||||
run: docker login --username $FOO --password $FOO
|
run: echo ${{ secrets.QUAY_PASSWORD }} | docker login -u ${{ secrets.QUAY_USERNAME }} --password-stdin quay.io
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user