mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: fix release tag for docker compose testing
This commit is contained in:
parent
159704d0ec
commit
299f5b725b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Compose up
|
||||
run: TAG=dev docker compose up -d
|
||||
run: TAG=${{ steps.meta.outputs.tags[0] }} docker compose up -d
|
||||
|
||||
- name: Sleep for 30 seconds
|
||||
run: sleep 30s
|
||||
|
|
Loading…
Add table
Reference in a new issue