Skip to content

Commit bfdd1d9

Browse files
authored
Improve build flow (#51)
1 parent 212f9b5 commit bfdd1d9

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/.k8s/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: enstate
52-
image: ghcr.io/v3xlabs/enstate:1.0.0-1
52+
image: ghcr.io/v3xlabs/enstate:latest
5353
imagePullPolicy: Always
5454
ports:
5555
- containerPort: 3000

.github/.k8s/deploy_goerli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: enstate-goerli
52-
image: ghcr.io/v3xlabs/enstate:sha-749e1d2
52+
image: ghcr.io/v3xlabs/enstate:latest
5353
imagePullPolicy: Always
5454
ports:
5555
- containerPort: 3000

.github/.k8s/deploy_sepolia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
spec:
5050
containers:
5151
- name: enstate-sepolia
52-
image: ghcr.io/v3xlabs/enstate:sha-749e1d2
52+
image: ghcr.io/v3xlabs/enstate:latest
5353
imagePullPolicy: Always
5454
ports:
5555
- containerPort: 3000

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
RUSTC_WRAPPER: "sccache"
2323
steps:
2424
- uses: actions/checkout@v3
25-
with:
26-
fetch-depth: 0
2725

2826
- name: Run sccache-cache
2927
uses: mozilla-actions/[email protected]

0 commit comments

Comments
 (0)