Skip to content

Commit

Permalink
chore: remove the target in ci docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 30, 2023
1 parent 22980fb commit cbcd05e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
with:
context: .
file: ./Dockerfile
target: prod
push: true
build-args: |
SERVICE_NAME=api
Expand All @@ -79,7 +78,6 @@ jobs:
with:
context: .
file: ./Dockerfile
target: prod
push: true
build-args: |
SERVICE_NAME=cron
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
with:
context: .
file: ./Dockerfile
target: prod
push: true
build-args: |
SERVICE_NAME=api
Expand All @@ -95,7 +94,6 @@ jobs:
with:
context: .
file: ./Dockerfile
target: prod
push: true
build-args: |
SERVICE_NAME=worker
Expand Down

0 comments on commit cbcd05e

Please sign in to comment.