Skip to content

Commit

Permalink
fix: deploy and push docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Dec 29, 2024
1 parent 23de645 commit f684957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

if: github.repository == 'doocs/md'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build-preview:
runs-on: ubuntu-latest
if: github.repository == 'doocs/md'

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f684957

Please sign in to comment.