Fix publishing docker image
parent
733a988bef
commit
2e59715b3c
|
@ -189,6 +189,7 @@ jobs:
|
||||||
if: env.VERSIONTAG_THIS != ''
|
if: env.VERSIONTAG_THIS != ''
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor-patch }}
|
mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor-patch }}
|
||||||
|
|
Loading…
Reference in New Issue