Skip to content

Commit bacdd0f

Browse files
fix production workflow
1 parent 6458ec6 commit bacdd0f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/production.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: 🛎️ Checkout
1616
uses: actions/checkout@v3
1717

18+
- name: 🔧 Set up Docker Buildx
19+
uses: docker/setup-buildx-action@v3
20+
1821
- name: 🔐 Login to Docker Registry
1922
uses: docker/login-action@v2
2023
with:
@@ -25,8 +28,8 @@ jobs:
2528
- name: 🔧 Build and push Docker Image
2629
uses: docker/build-push-action@v4
2730
with:
28-
context: ./packages/${{ matrix.package }}
31+
context: .
2932
file: ./packages/${{ matrix.package }}/Dockerfile
3033
push: true
3134
tags: |
32-
ghcr.io/bostads-ab-mimer/onecore-core/${{ matrix.package }}:release-${{ github.event.release.tag_name }}
35+
ghcr.io/bostads-ab-mimer/property-base/${{ matrix.package }}:release-${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)