Skip to content

Commit

Permalink
Fixed missing path for docker build in production act
Browse files Browse the repository at this point in the history
ion
  • Loading branch information
osirisguitar committed Oct 4, 2023
1 parent 456f813 commit 1c0c023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: 🔧 Build and push Docker Image
uses: docker/build-push-action@v4
with:
build-args: |
BACKEND_URL=/api
context: ./packages/${{ matrix.context }}
push: true
tags: |
ghcr.io/bostads-ab-mimer/yggdrasil-tenant-portal-${{ matrix.context }}:release-${{ github.event.release.tag_name }}

0 comments on commit 1c0c023

Please sign in to comment.