From 137eb23a75cc8ba6656f15d536175793d99896ca Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 25 Feb 2021 11:09:05 +0100 Subject: [PATCH] Push all tagged docker images --- .github/workflows/readme-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme-release.yml b/.github/workflows/readme-release.yml index f49394d..95a91f5 100644 --- a/.github/workflows/readme-release.yml +++ b/.github/workflows/readme-release.yml @@ -12,7 +12,7 @@ on: - readme-release jobs: - create-and-release: + readme-release: runs-on: ubuntu-latest env: VERSIONTAG_THIS: "" @@ -162,7 +162,7 @@ jobs: run: docker build --tag "mlocati/php-extension-installer:$VERSIONTAG_THIS" --tag mlocati/php-extension-installer:latest . - name: Push docker image to Docker Hub if: env.VERSIONTAG_THIS != '' - run: docker push mlocati/php-extension-installer + run: docker push --all-tags mlocati/php-extension-installer - name: Create release id: create_release if: env.VERSIONTAG_THIS != ''