updated dockerfile path
Code Quality Pipeline / Test (push) Successful in 4m12s
CI Pipeline / Test (pull_request) Successful in 4m20s
CI Pipeline / Build and Publish (pull_request) Failing after 20s

This commit is contained in:
Brian Bjarke Jensen
2024-05-20 20:56:10 +02:00
parent 8724bda2f1
commit 291407dfac
+3 -2
View File
@@ -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 }}