feat: add back image build

This commit is contained in:
Fu Zi Xiang 2023-12-20 15:45:21 -08:00
parent 237cd785dc
commit bcc1098424
No known key found for this signature in database
GPG Key ID: 7AE0884D237CEE16
1 changed files with 16 additions and 16 deletions

View File

@ -6,22 +6,22 @@ on:
- 'test_deploy_*' - 'test_deploy_*'
jobs: jobs:
#image_build: image_build:
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - uses: actions/checkout@v3 - uses: actions/checkout@v3
# - name: build docker images - name: build docker images
# run: | run: |
# docker compose build appflowy_cloud admin_frontend docker compose build appflowy_cloud admin_frontend
# docker images docker images
# - name: push docker images to docker hub - name: push docker images to docker hub
# run: | run: |
# docker images docker images
# docker tag appflowyinc/appflowy_cloud appflowyinc/appflowy_cloud:dev docker tag appflowyinc/appflowy_cloud appflowyinc/appflowy_cloud:dev
# docker tag appflowyinc/admin_frontend appflowyinc/admin_frontend:dev docker tag appflowyinc/admin_frontend appflowyinc/admin_frontend:dev
# echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login --username appflowyinc --password-stdin echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login --username appflowyinc --password-stdin
# docker push appflowyinc/appflowy_cloud:dev docker push appflowyinc/appflowy_cloud:dev
# docker push appflowyinc/admin_frontend:dev docker push appflowyinc/admin_frontend:dev
image_deploy: image_deploy:
runs-on: [test-kube-worker] runs-on: [test-kube-worker]