ci: fix docker-compose failing during release tag
This commit is contained in:
parent
43cb08b433
commit
ec5ff7c14d
|
@ -13,6 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Pre-release test
|
||||
run: |
|
||||
export PASSBOOK_TAG=latest
|
||||
docker-compose pull -q
|
||||
docker build \
|
||||
--no-cache \
|
||||
|
|
Reference in New Issue