Skip to content

Commit

Permalink
ci: fix github action files
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulike committed Apr 5, 2024
1 parent 8256b61 commit c922426
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/admin-docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/docker-build.yml
with:
docker-build-target: admin
uses: ./.github/workflows/docker-build.yml
secrets: inherit
with:
docker-build-target: admin
11 changes: 4 additions & 7 deletions .github/workflows/blog-docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/docker-build.yml
with:
docker-build-target: blog
uses: ./.github/workflows/docker-build.yml
secrets: inherit
with:
docker-build-target: blog

0 comments on commit c922426

Please sign in to comment.