Skip to content

Commit

Permalink
Add .dockerignore, transfer dockerfile to deploy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Suput committed May 16, 2022
1 parent 0aceb90 commit 585f9c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.git/
.vscode/
.idea/
.github/
Backend/
deploy/
!deploy/*.conf
**/*.md
docker-compose*.yml
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
run: docker build . --file deploy/Dockerfile --tag $IMAGE_NAME

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down
File renamed without changes.

0 comments on commit 585f9c3

Please sign in to comment.