Skip to content

Commit 4a208f6

Browse files
committed
fix: remove unnecessary actions
1 parent 19fe2fe commit 4a208f6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-availability-oracle.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
env:
99
BASE_IMAGE: ghcr.io/graphprotocol/availability-oracle
1010
DOCKERFILE: Dockerfile.availability-oracle
11-
APP: availability-oracle
1211

1312
jobs:
1413
build:
@@ -44,14 +43,3 @@ jobs:
4443
file: ${{ env.DOCKERFILE }}
4544
tags: ${{ steps.docker_meta.outputs.tags }}
4645
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

Comments
 (0)