We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19fe2fe + 4a208f6 commit e44d409Copy full SHA for e44d409
.github/workflows/build-availability-oracle.yml
@@ -8,7 +8,6 @@ on:
8
env:
9
BASE_IMAGE: ghcr.io/graphprotocol/availability-oracle
10
DOCKERFILE: Dockerfile.availability-oracle
11
- APP: availability-oracle
12
13
jobs:
14
build:
@@ -44,14 +43,3 @@ jobs:
44
43
file: ${{ env.DOCKERFILE }}
45
tags: ${{ steps.docker_meta.outputs.tags }}
46
push: true
47
-
48
- - name: Get GKE Credentials for the staging cluster
49
- uses: google-github-actions/get-gke-credentials@v0
50
- with:
51
- credentials: ${{ secrets.GCP_GRAPH_NETWORK }}
52
- cluster_name: staging-network
53
- location: us-central1-a
54
- project_id: graph-mainnet
55
56
- - name: Restart staging statefulset
57
- run: kubectl rollout restart sts/${{ env.APP }}
0 commit comments