fix: admin frontend image (#172)
This commit is contained in:
parent
76bdeabd85
commit
58a7d17493
|
|
@ -154,6 +154,7 @@ jobs:
|
||||||
- name: Build and push ${{ matrix.job.image_name }}:${{ env.GIT_TAG }}
|
- name: Build and push ${{ matrix.job.image_name }}:${{ env.GIT_TAG }}
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: ./admin_frontend
|
||||||
platforms: ${{ matrix.job.docker_platform }}
|
platforms: ${{ matrix.job.docker_platform }}
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue