updated publishing workflow
This commit is contained in:
@@ -44,8 +44,8 @@ jobs:
|
|||||||
- name: Build and Push Image
|
- name: Build and Push Image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./web_ui
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.docker_repo_url }}/${{ gitea.repository }}:${{ env.sha_short }}
|
${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:${{ env.sha_short }}
|
||||||
${{ vars.docker_repo_url }}/${{ gitea.repository }}:latest
|
${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user