0
Fork 0
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:
Gao Sun 2022-07-02 12:18:55 +08:00
parent 159704d0ec
commit 299f5b725b
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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