Skip to content

Commit 6dd0313

Browse files
committed
chore: fix docker action
1 parent f08ca61 commit 6dd0313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build WeWeRSS Server images and push image to docker hub
1+
name: Build WeWeRSS images and push image to docker hub
22
on:
33
workflow_dispatch:
44
push:
@@ -69,7 +69,7 @@ jobs:
6969
push-web-images-to-docker-hub:
7070
needs: build-web-images
7171
runs-on: ubuntu-20.04
72-
if: github.repository == 'cooderl/wewe-rss-web'
72+
if: github.repository == 'cooderl/wewe-rss'
7373
steps:
7474
- name: Checkout code
7575
uses: actions/checkout@v3
@@ -148,7 +148,7 @@ jobs:
148148
push-server-images-to-docker-hub:
149149
needs: build-server-images
150150
runs-on: ubuntu-20.04
151-
if: github.repository == 'cooderl/wewe-rss-server'
151+
if: github.repository == 'cooderl/wewe-rss'
152152
steps:
153153
- name: Checkout code
154154
uses: actions/checkout@v3

0 commit comments

Comments
 (0)