mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 06:18:51 +00:00
Fixing warning during release workflow (#760)
* Fixing warning during release workflow Co-authored-by: Igor Gov <igor.govorov1@gmail.com>
This commit is contained in:
parent
bd253e1ff7
commit
0af1bc021d
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -99,11 +99,13 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Cloud SDK
|
- id: 'auth'
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: 'google-github-actions/auth@v0'
|
||||||
with:
|
with:
|
||||||
service_account_key: ${{ secrets.GCR_JSON_KEY }}
|
credentials_json: '${{ secrets.GCR_JSON_KEY }}'
|
||||||
export_default_credentials: true
|
|
||||||
|
- name: 'Set up Cloud SDK'
|
||||||
|
uses: 'google-github-actions/setup-gcloud@v0'
|
||||||
|
|
||||||
- name: Determine versioning strategy
|
- name: Determine versioning strategy
|
||||||
uses: haya14busa/action-cond@v1
|
uses: haya14busa/action-cond@v1
|
||||||
@ -235,11 +237,13 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Cloud SDK
|
- id: 'auth'
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: 'google-github-actions/auth@v0'
|
||||||
with:
|
with:
|
||||||
service_account_key: ${{ secrets.GCR_JSON_KEY }}
|
credentials_json: '${{ secrets.GCR_JSON_KEY }}'
|
||||||
export_default_credentials: true
|
|
||||||
|
- name: 'Set up Cloud SDK'
|
||||||
|
uses: 'google-github-actions/setup-gcloud@v0'
|
||||||
|
|
||||||
- name: Determine versioning strategy
|
- name: Determine versioning strategy
|
||||||
uses: haya14busa/action-cond@v1
|
uses: haya14busa/action-cond@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user