fix: debug docker images

This commit is contained in:
Fu Zi Xiang 2023-12-20 12:20:00 -08:00
parent fc54769632
commit 654d510afc
No known key found for this signature in database
GPG Key ID: 7AE0884D237CEE16
1 changed files with 2 additions and 0 deletions

View File

@ -13,8 +13,10 @@ jobs:
- name: build docker images
run: |
docker compose build appflowy_cloud admin_frontend
docker images
- name: push docker images to docker hub
run: |
docker images
docker tag appflowy-cloud-appflowy_cloud appflowyinc/appflowy_cloud:dev
docker tag appflowy-cloud-admin_frontend appflowyinc/appflowy_cloud:dev
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login --username appflowyinc --password-stdin