updated google.yml to reflect the more recent gke workflow action given by google in https://github.com/GoogleCloudPlatform/github-actions
This commit is contained in:
+2
-3
@@ -13,9 +13,8 @@
|
|||||||
name: Build and Deploy to GKE
|
name: Build and Deploy to GKE
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches:
|
types: [created]
|
||||||
- master
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user