This commit is contained in:
parent
d2257abf7f
commit
106a3b06aa
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ jobs:
|
||||||
uses: https://github.com/docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: {{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
context: base/
|
context: base/
|
||||||
dockerfile: base/Dockerfile
|
dockerfile: base/Dockerfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue