updated dockerfile path
This commit is contained in:
@@ -42,9 +42,10 @@ jobs:
|
|||||||
echo "REPOSITORY: ${{ gitea.repository }}"
|
echo "REPOSITORY: ${{ gitea.repository }}"
|
||||||
echo "COMMIT_SHA: ${{ env.sha_short }}"
|
echo "COMMIT_SHA: ${{ env.sha_short }}"
|
||||||
- name: Build and Push Image
|
- name: Build and Push Image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: ./web_ui
|
context: .
|
||||||
|
dockerfile: ./web_ui/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:${{ env.sha_short }}
|
${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:${{ env.sha_short }}
|
||||||
|
|||||||
Reference in New Issue
Block a user