Skip to content

Commit 77b30d4

Browse files
Fix indentation in GitHub Actions workflow
1 parent 2c558ff commit 77b30d4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
name: 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

0 commit comments

Comments
 (0)