mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Correct minor version formatting in publish-image.yaml
Fix formatting of minor version in image tags. Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
2
.github/workflows/publish-image.yaml
vendored
2
.github/workflows/publish-image.yaml
vendored
@@ -127,7 +127,7 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ needs.version.outputs.version }}
|
${{ needs.version.outputs.version }}
|
||||||
${{ needs.version.outputs.major }}
|
${{ needs.version.outputs.major }}
|
||||||
${{ needs.version.outputs.major }}${{ needs.version.outputs.minor }}
|
${{ needs.version.outputs.major }}.${{ needs.version.outputs.minor }}
|
||||||
latest
|
latest
|
||||||
|
|
||||||
- name: Create manifest list and push
|
- name: Create manifest list and push
|
||||||
|
|||||||
Reference in New Issue
Block a user