Testing.
This commit is contained in:
parent
18732733c8
commit
a43ddc9da4
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue