Skip to content

Commit

Permalink
full relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Feb 2, 2024
1 parent 48ef13e commit f53823e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./ModularAssistentForDiscordServer/
file: Dockerfile
file: ./ModularAssistentForDiscordServer/Dockerfile
push: true
tags: |
ghcr.io/plerx2493/mads:latest
Expand All @@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./QuartzNetDocker/
file: Dockerfile
file: ./ModularAssistentForDiscordServer/Dockerfile
push: true
tags: |
ghcr.io/plerx2493/quartz-db-mysql:latest
Expand Down

0 comments on commit f53823e

Please sign in to comment.