Skip to content

Commit

Permalink
dont specify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
newtondotcom committed Apr 20, 2024
1 parent f1fd95d commit 8112217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cleans3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Build Docker image
run: |
docker build worker/ \
--file Dockerfile \
docker build server/ \
--tag ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.IMAGE_CLEANER_NAME }}:${{ secrets.IMAGE_CLEANER_TAG }} \
--platform ${{ matrix.platform }} \
--secret id=.env,src=.env
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Build Docker image
run: |
docker build worker/ \
--file Dockerfile \
--tag ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.IMAGE_WORKER_NAME }}:${{ secrets.IMAGE_WORKER_TAG }} \
--platform ${{ matrix.platform }} \
--secret id=.env,src=.env
Expand Down

0 comments on commit 8112217

Please sign in to comment.