File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 95
95
96
96
build_explorer-api :
97
97
needs : set-up
98
- uses : ./.github/workflows/reusable-build.yaml
98
+ uses : ./.github/workflows/reusable-build.yml
99
99
with :
100
100
build_path : services/explorer-api/common
101
101
skaffold_file : ./skaffold.base.yaml
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
build_explorer-ui_devnet :
107
107
needs : set-up
108
- uses : ./.github/workflows/reusable-build.yaml
108
+ uses : ./.github/workflows/reusable-build.yml
109
109
with :
110
110
build_path : services/explorer-ui
111
111
skaffold_file : ./skaffold.devnet.yaml
@@ -145,6 +145,9 @@ jobs:
145
145
- name : Save DigitalOcean kubeconfig
146
146
run : doctl kubernetes cluster kubeconfig save "chicmoz-prod"
147
147
148
+ # - name: Log in to DigitalOcean Container Registry
149
+ # run: doctl registry login --expiry-seconds 1200
150
+
148
151
- name : Deploy to cluster with Skaffold
149
152
env :
150
153
SP_TESTNET_OBSCURA_L2_RPC_1 : ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_1 }}
You can’t perform that action at this time.
0 commit comments