Skip to content

Commit 13f5aad

Browse files
authored
fix: deploy and push docker image (#500)
1 parent 23de645 commit 13f5aad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
12+
if: github.repository == 'doocs/md'
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4

.github/workflows/preview-build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
build-preview:
99
runs-on: ubuntu-latest
1010
if: github.repository == 'doocs/md'
11-
1211
steps:
1312
- uses: actions/checkout@v4
1413
with:

0 commit comments

Comments
 (0)