Skip to content

Commit

Permalink
maybe so?
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Feb 1, 2024
1 parent 7e9dc99 commit e0dbb3f
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 @@ -29,7 +29,7 @@ jobs:
- name: Build and Push ModularAssistentForDiscordServer
uses: docker/build-push-action@v3
with:
file: ./ModularAssistentForDiscordServer/Dockerfile
context: ./ModularAssistentForDiscordServer
push: true
tags: |
ghcr.io/plerx2493/mads:latest
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Build and Push QuartzDB
uses: docker/build-push-action@v3
with:
file: ./QuartzNetDocker/Dockerfile
context: ./QuartzNetDocker
push: true
tags: |
ghcr.io/plerx2493/quartz-db-mysql:latest
Expand Down

0 comments on commit e0dbb3f

Please sign in to comment.