Skip to content

Commit

Permalink
short contex?
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Feb 1, 2024
1 parent e14dc74 commit 281b9a6
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 @@ -26,7 +26,7 @@ jobs:
- name: Build and Push ModularAssistentForDiscordServer
uses: docker/build-push-action@v3
with:
context: ./ModularAssistentForDiscordServer
context: .
file: ./ModularAssistentForDiscordServer/Dockerfile
push: true
tags: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build and Push QuartzDB
uses: docker/build-push-action@v3
with:
context: ./QuartzNetDocker
context: .
file: ./QuartzNetDocker/Dockerfile
push: true
tags: |
Expand Down

0 comments on commit 281b9a6

Please sign in to comment.