mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-27 12:34:48 +01:00
mlocati/php-extension-installer:<major>.<minor> / mlocati/php-extension-installer:<major> docker tags (#454)
This commit is contained in:
parent
a78c760ef5
commit
b931046307
8
.github/workflows/readme-release.yml
vendored
8
.github/workflows/readme-release.yml
vendored
@ -159,7 +159,13 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build docker image
|
||||
if: env.VERSIONTAG_THIS != ''
|
||||
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:${VERSIONTAG_THIS%.*}"
|
||||
--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 --all-tags mlocati/php-extension-installer
|
||||
|
Loading…
Reference in New Issue
Block a user