is "file" not relative to "context"?

This commit is contained in:
Shaun Maher
2024-01-19 10:41:24 +11:00
parent 657d1d85cb
commit 963df31cd6
+1 -1
View File
@@ -130,7 +130,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ui/
file: Dockerfile
file: ui/Dockerfile
push: true
tags: ${{ steps.meta-ui.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-ui.outputs.tags }}-latest
labels: ${{ steps.meta-ui.outputs.labels }}