Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Beniamiiin committed Nov 12, 2023
1 parent 36b5b30 commit 4be02e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./deployments/authorization_bot/Dockerfile
file: ./deployments/authorization_bot/telegram/Dockerfile
build-args: |
ENVIRONMENT=${{ vars.ENVIRONMENT }}
COMMUNITY_NAME=${{ vars.COMMUNITY_NAME }}
Expand All @@ -79,7 +79,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./deployments/authorization_bot/Dockerfile
file: ./deployments/authorization_bot/discord/Dockerfile
build-args: |
ENVIRONMENT=${{ vars.ENVIRONMENT }}
COMMUNITY_NAME=${{ vars.COMMUNITY_NAME }}
Expand Down

0 comments on commit 4be02e2

Please sign in to comment.