Skip to content

Commit

Permalink
Fixes #137 - Move Dockerfile to src/main/docker (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Dec 8, 2023
1 parent 10ad8f5 commit d52cc63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push image
run: |
docker build -f Dockerfile -t ghcr.io/piranhacloud/start:latest .
docker build -f src/main/docker/Dockerfile -t ghcr.io/piranhacloud/start:latest .
docker push ghcr.io/piranhacloud/start:latest
File renamed without changes.

0 comments on commit d52cc63

Please sign in to comment.