File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ jobs:
193
193
printf 'mayor-minor-patch=%s\n' "$VERSIONTAG_THIS" >>"$GITHUB_OUTPUT"
194
194
printf 'mayor-minor=%s\n' "${VERSIONTAG_THIS%.*}" >>"$GITHUB_OUTPUT"
195
195
printf 'mayor=%s\n' "${VERSIONTAG_THIS%%.*}" >>"$GITHUB_OUTPUT"
196
- printf 'latest=latest\n' "${VERSIONTAG_THIS%%.*}" >>"$GITHUB_OUTPUT"
197
196
-
198
197
name : Build and push docker image
199
198
if : env.VERSIONTAG_THIS != ''
@@ -203,9 +202,13 @@ jobs:
203
202
push : true
204
203
tags : |
205
204
mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor-patch }}
205
+ ghcr.io/mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor-patch }}
206
206
mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor }}
207
+ ghcr.io/mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor-minor }}
207
208
mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor }}
208
- mlocati/php-extension-installer:${{ steps.define-versions.outputs.latest }}
209
+ ghcr.io/mlocati/php-extension-installer:${{ steps.define-versions.outputs.mayor }}
210
+ mlocati/php-extension-installer:latest
211
+ ghcr.io/mlocati/php-extension-installer:latest
209
212
# Build for all platforms also supported by php images (https://hub.docker.com/_/php/tags)
210
213
platforms : |
211
214
linux/386
You can’t perform that action at this time.
0 commit comments