File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 11name : Build AppFlowy Web Docker Hub
22
3- on :
4- workflow_dispatch :
3+ on :
4+ workflow_dispatch :
55
6- jobs :
7- build-appflowy-web :
8- runs-on : ubuntu-latest
9- steps :
10- - name : Checkout
11- uses : actions/checkout@v4
6+ jobs :
7+ build-appflowy-web :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Checkout
11+ uses : actions/checkout@v4
1212
13- - name : Set up Docker Buildx
14- uses : docker/setup-buildx-action@v3
13+ - name : Set up Docker Buildx
14+ uses : docker/setup-buildx-action@v3
1515
16- - name : Login to Docker Hub
17- uses : docker/login-action@v3
18- with :
19- username : ${{ secrets.DOCKERHUB_USERNAME }}
20- password : ${{ secrets.DOCKERHUB_TOKEN }}
16+ - name : Login to Docker Hub
17+ uses : docker/login-action@v3
18+ with :
19+ username : ${{ secrets.DOCKERHUB_USERNAME }}
20+ password : ${{ secrets.DOCKERHUB_TOKEN }}
2121
22- - name : Build and push appflowy_web
23- uses : docker/build-push-action@v5
24- with :
25- context : .
26- file : ./docker/Dockerfile
27- push : true
28- tags : gwillisyodev/appflowy_web:latest
22+ - name : Build and push appflowy_web
23+ uses : docker/build-push-action@v5
24+ with :
25+ context : .
26+ file : ./docker/Dockerfile
27+ push : true
28+ tags : gwillisyodev/appflowy_web:latest
You can’t perform that action at this time.
0 commit comments