Fix publishing docker image

pull/1018/head
Michele Locati 2024-11-25 08:52:42 +01:00
parent 733a988bef
commit 2e59715b3c
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ jobs:
if: env.VERSIONTAG_THIS != ''
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: |
mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor-patch }}