File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,13 @@ jobs:
58
58
tags : |
59
59
type=ref,event=branch
60
60
type=ref,event=pr
61
- type=pep440,pattern={{version}}
62
- type=pep440,pattern={{major}}.{{minor}}.{{patch}}
63
- type=pep440,pattern={{major}}.{{minor}}
64
- type=pep440,pattern={{major}}
61
+ type=pep440,pattern={{version}}, value=${{ inputs.plone-version }}
62
+ type=pep440,pattern={{major}}.{{minor}}.{{patch}}, value=${{ inputs.plone-version }}
63
+ type=pep440,pattern={{major}}.{{minor}}, value=${{ inputs.plone-version }}
64
+ type=pep440,pattern={{major}}, value=${{ inputs.plone-version }}
65
65
type=sha
66
66
type=raw,value=latest,enable=${{ inputs.is-latest }}
67
+ type=raw,value=${{ inputs.plone-version }}
67
68
68
69
- name : Set up QEMU
69
70
uses : docker/setup-qemu-action@v3
85
86
password : ${{ secrets.docker-registry-password }}
86
87
87
88
- name : Build and push
88
- uses : docker/build-push-action@v4
89
+ uses : docker/build-push-action@v6
89
90
with :
90
91
platforms : ${{ inputs.platforms }}
91
92
context : .
You can’t perform that action at this time.
0 commit comments