This commit is contained in:
Greyscale 2024-05-21 15:22:58 +02:00
parent 18732733c8
commit a43ddc9da4

View file

@ -61,6 +61,7 @@ runs:
id: meta
uses: docker/metadata-action@v5
with:
context: workflow
images: ${{ inputs.image }}
tags: ${{ inputs.tags }}
labels: |
@ -69,7 +70,7 @@ runs:
- name: Build
uses: docker/build-push-action@v5
with:
context: ${{ inputs.context }}
context: ./${{ inputs.context }}
file: ${{ inputs.dockerfile }}
target: ${{ inputs.target }}
platforms: ${{ steps.precalc-vars.outputs.platforms }}