Skip to content

Commit

Permalink
[GitHub Actions] Change build context for production
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Aug 20, 2024
1 parent 92c89f4 commit 9dfe65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
image: oodikone-frontend
tags: production ${{ github.sha }}
context: services/frontend
context: services
containerfiles: |
services/frontend/Dockerfile
build-args: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
image: oodikone-backend
tags: production ${{ github.sha }}
context: services/backend
context: services
containerfiles: |
services/backend/Dockerfile
build-args: |
Expand Down

0 comments on commit 9dfe65d

Please sign in to comment.