fixed ci
Code Quality Pipeline / Test (push) Successful in 4m3s
CI Pipeline / Test (pull_request) Successful in 4m14s
CI Pipeline / Build and Publish (pull_request) Failing after 14s

This commit is contained in:
Brian Bjarke Jensen
2024-05-20 22:10:54 +02:00
parent 7d723285c8
commit a500e8a687
2 changed files with 1 additions and 67 deletions
+1 -2
View File
@@ -44,8 +44,7 @@ jobs:
- name: Build and Push Image
uses: docker/build-push-action@v4
with:
context: .
dockerfile: ./web_ui/
context: ./web_ui/
push: true
tags: |
${{ vars.docker_repo_url }}/${{ gitea.repository }}/web_ui:${{ env.sha_short }}