File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 99 version :
1010 required : true
1111 description : Version to build
12- tags :
13- required : true
14- description : Tags to publish
1512 push :
1613 type : boolean
1714 description : Push to docker hub
2926 images : |
3027 pythonopenapi/openapi-spec-validator
3128 tags : |
32- type=semver,pattern=${{ github.event.inputs.version }}
29+ type=semver,pattern={{version}},value= ${{ github.event.inputs.version }}
3330
3431 - name : Set up QEMU
3532 uses : docker/setup-qemu-action@v1
5047 context : .
5148 platforms : linux/amd64,linux/arm64
5249 push : ${{ github.event.inputs.push }}
53- tags : ${{ github.event.inputs .tags }}
54- labels : ${{ github.event.inputs.version }}
50+ tags : ${{ steps.meta.outputs .tags }}
51+ labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments