Skip to content

Commit

Permalink
Improve build flow (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored Jan 17, 2024
1 parent 212f9b5 commit bfdd1d9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/.k8s/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: enstate
image: ghcr.io/v3xlabs/enstate:1.0.0-1
image: ghcr.io/v3xlabs/enstate:latest
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion .github/.k8s/deploy_goerli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: enstate-goerli
image: ghcr.io/v3xlabs/enstate:sha-749e1d2
image: ghcr.io/v3xlabs/enstate:latest
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion .github/.k8s/deploy_sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: enstate-sepolia
image: ghcr.io/v3xlabs/enstate:sha-749e1d2
image: ghcr.io/v3xlabs/enstate:latest
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run sccache-cache
uses: mozilla-actions/[email protected]
Expand Down

0 comments on commit bfdd1d9

Please sign in to comment.