Skip to content

Commit

Permalink
stupid cp error
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Feb 2, 2024
1 parent 03dedd3 commit f26781b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./ModularAssistentForDiscordServer/Dockerfile
file: ./QuartzNetDocker/Dockerfile
push: true
tags: |
ghcr.io/plerx2493/quartz-db-mysql:latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
restart: unless-stopped

mads-db-quartz:
image: quartz-db-mysql:latest
image: plerx2493/quartz-db-mysql:latest
environment:
MYSQL_ROOT_PASSWORD: quartz
MYSQL_DATABASE: quartz
Expand Down

0 comments on commit f26781b

Please sign in to comment.