Skip to content

Commit 8d02739

Browse files
committed
Publish docker image manual 2
1 parent 6c9f515 commit 8d02739

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/docker-publish-manual.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
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
@@ -29,7 +26,7 @@ jobs:
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
@@ -50,5 +47,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)