From 2e59715b3cde9dfbe35be0cea8e509e2fcce5b13 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 25 Nov 2024 08:52:42 +0100 Subject: [PATCH] Fix publishing docker image --- .github/workflows/readme-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/readme-release.yml b/.github/workflows/readme-release.yml index b61e08a..aee8b99 100644 --- a/.github/workflows/readme-release.yml +++ b/.github/workflows/readme-release.yml @@ -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 }}