mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
Update docker-image.yaml
This commit is contained in:
parent
4d91ef14f4
commit
f20870544d
4
.github/workflows/docker-image.yaml
vendored
4
.github/workflows/docker-image.yaml
vendored
@ -71,8 +71,8 @@ jobs:
|
||||
with:
|
||||
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
|
||||
tags: |
|
||||
type=semver,pattern={{github.event.inputs.version}}
|
||||
type=semver,pattern={{github.event.inputs.major}}.{{github.event.inputs.minor}}
|
||||
type=semver,pattern=${{github.event.inputs.version}}
|
||||
type=semver,pattern=${{github.event.inputs.major}}.${{github.event.inputs.minor}}
|
||||
|
||||
# This step uses the `docker/build-push-action` action to build the
|
||||
# image, based on your repository's `Dockerfile`. If the build succeeds,
|
||||
|
Loading…
Reference in New Issue
Block a user