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