Skip to content

Commit

Permalink
build: use latest dev docker build in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal committed May 9, 2024
1 parent 9e218ad commit 5409fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
keria-version: ['latest']
keria-version: ['0.2.0-dev0']
node-version: ['20']
env:
KERIA_IMAGE_TAG: ${{ matrix.keria-version }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 7723:7723

keria:
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-latest}
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-0.2.0-dev0}
environment:
- KERI_AGENT_CORS=1
- KERI_URL=http://keria:3902
Expand Down

0 comments on commit 5409fea

Please sign in to comment.