Fix github actions
This commit is contained in:
parent
e58a9d2f9b
commit
7a113f4c6d
1 changed files with 26 additions and 13 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
|
@ -1,6 +1,19 @@
|
||||||
|
name: Push To Yandex Cloud CR
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Login to Yandex Cloud Container Registry
|
- name: Login to Yandex Cloud Container Registry
|
||||||
id: login-cr
|
id: login-cr
|
||||||
uses: yc-actions/yc-cr-login@v2
|
uses: yc-actions/yc-cr-login@v1
|
||||||
with:
|
with:
|
||||||
yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }}
|
yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue