mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-27 12:34:48 +01:00
Fix Docker image
This commit is contained in:
parent
841e537432
commit
8033ffa664
10
.github/workflows/readme-release.yml
vendored
10
.github/workflows/readme-release.yml
vendored
@ -158,13 +158,11 @@ jobs:
|
||||
username: mlocati
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build docker image and push to Docker Hub
|
||||
uses: docker/build-push-action@v2
|
||||
if: env.VERSIONTAG_THIS != ''
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
mlocati/php-extension-installer:${{ env.VERSIONTAG_THIS }}
|
||||
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
|
||||
if: env.VERSIONTAG_THIS != ''
|
||||
run: docker push mlocati/php-extension-installer
|
||||
- name: Create release
|
||||
id: create_release
|
||||
if: env.VERSIONTAG_THIS != ''
|
||||
|
Loading…
Reference in New Issue
Block a user