mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
Fix path to UI
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user