Push all tagged docker images

pull/308/head 1.2.15
Michele Locati 2021-02-25 11:09:05 +01:00
parent 82bf60bc99
commit 137eb23a75
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ on:
- readme-release - readme-release
jobs: jobs:
create-and-release: readme-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
VERSIONTAG_THIS: "" VERSIONTAG_THIS: ""
@ -162,7 +162,7 @@ jobs:
run: docker build --tag "mlocati/php-extension-installer:$VERSIONTAG_THIS" --tag mlocati/php-extension-installer:latest . run: docker build --tag "mlocati/php-extension-installer:$VERSIONTAG_THIS" --tag mlocati/php-extension-installer:latest .
- name: Push docker image to Docker Hub - name: Push docker image to Docker Hub
if: env.VERSIONTAG_THIS != '' if: env.VERSIONTAG_THIS != ''
run: docker push mlocati/php-extension-installer run: docker push --all-tags mlocati/php-extension-installer
- name: Create release - name: Create release
id: create_release id: create_release
if: env.VERSIONTAG_THIS != '' if: env.VERSIONTAG_THIS != ''