Skip to content

Commit

Permalink
chore: move .docker to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
PenPow committed Jun 17, 2023
1 parent 86a4d14 commit aefc7aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- name: Sentry
dockerfile: .docker/Dockerfile
dockerfile: Dockerfile
image: ghcr.io/penpow/sentry

permissions:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version: "3.8"
services:
sentry:
build:
dockerfile: .docker/Dockerfile
dockerfile: docker/Dockerfile
context: ./
tty: true
File renamed without changes.

0 comments on commit aefc7aa

Please sign in to comment.