We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b7808 commit f30c573Copy full SHA for f30c573
1 file changed
.github/workflows/appflowy_web_docker.yml
@@ -9,7 +9,7 @@ on:
9
required: true
10
type: string
11
appflowy_web_branch:
12
- description: 'Branch to build from AppFlowy-Web-Premium repo'
+ description: 'Branch to build from AppFlowy-Web repo'
13
required: false
14
default: 'main'
15
@@ -47,7 +47,7 @@ jobs:
47
- name: Check out the repository
48
uses: actions/checkout@v4
49
with:
50
- repository: AppFlowy-IO/AppFlowy-Web-Premium
+ repository: AppFlowy-IO/AppFlowy-Web
51
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
52
ref: ${{ github.event.inputs.appflowy_web_branch }}
53
fetch-depth: 1
@@ -76,7 +76,7 @@ jobs:
76
77
images: registry.hub.docker.com/${{ env.IMAGE_NAME_PREMIUM }}
78
79
- - name: Build and push to appflowy_web_premium
+ - name: Build and push to appflowy_web
80
uses: docker/build-push-action@v5
81
82
context: .
0 commit comments