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 }}
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./admin_frontend
|
||||
platforms: ${{ matrix.job.docker_platform }}
|
||||
push: true
|
||||
tags: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue