Skip to content

Commit

Permalink
ci: 💚 replace include with exclude and fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed May 9, 2023
1 parent 102ba91 commit bf6e06a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
context:
- "."
- "server"
include:
exclude:
- image: ${{ github.repository }}-frontend
context: "."
- image: ${{ github.repository }}-server
context: "server"
- image: ${{ github.repository }}-server
context: "."
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
context:
- "."
- "server"
include:
exclude:
- image: ${{ github.repository }}-frontend
context: "."
- image: ${{ github.repository }}-server
context: "server"
- image: ${{ github.repository }}-server
context: "."
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit bf6e06a

Please sign in to comment.