Fix path to UI

This commit is contained in:
Nix
2025-05-04 14:17:26 -04:00
parent 8502630550
commit c13fbc2a2b
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
name: Publish Docker Image
name: Publish UI Docker Image
on:
push:
@@ -17,7 +17,7 @@ env:
jobs:
build:
build-ui:
runs-on: ubuntu-latest
permissions:
contents: read
@@ -65,8 +65,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./barkmanUI
file: ./barkmanUI/release.Dockerfile
context: ./barkmanui
file: ./barkmanui/release.Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}