mirror of
https://github.com/kairos-io/openamt.git
synced 2025-08-16 03:33:28 +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:
|
||||
version: v0.7.*
|
||||
- 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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
Reference in New Issue
Block a user