Skip to content

Commit

Permalink
chore: fix docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
cooderl committed Feb 28, 2024
1 parent f08ca61 commit 6dd0313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build WeWeRSS Server images and push image to docker hub
name: Build WeWeRSS images and push image to docker hub
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
push-web-images-to-docker-hub:
needs: build-web-images
runs-on: ubuntu-20.04
if: github.repository == 'cooderl/wewe-rss-web'
if: github.repository == 'cooderl/wewe-rss'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
push-server-images-to-docker-hub:
needs: build-server-images
runs-on: ubuntu-20.04
if: github.repository == 'cooderl/wewe-rss-server'
if: github.repository == 'cooderl/wewe-rss'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 6dd0313

Please sign in to comment.