mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-07 23:50:52 -05:00
Update docker-image.yaml
This commit is contained in:
@@ -71,8 +71,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
|
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{github.event.inputs.version}}
|
type=semver,pattern=${{github.event.inputs.version}}
|
||||||
type=semver,pattern={{github.event.inputs.major}}.{{github.event.inputs.minor}}
|
type=semver,pattern=${{github.event.inputs.major}}.${{github.event.inputs.minor}}
|
||||||
|
|
||||||
# This step uses the `docker/build-push-action` action to build the
|
# This step uses the `docker/build-push-action` action to build the
|
||||||
# image, based on your repository's `Dockerfile`. If the build succeeds,
|
# image, based on your repository's `Dockerfile`. If the build succeeds,
|
||||||
|
|||||||
Reference in New Issue
Block a user