only push on tag
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m2s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m2s
This commit is contained in:
parent
deeea48b20
commit
aaf7f58af3
@ -2,8 +2,6 @@ name: Build and Publish Docker Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -21,7 +19,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ secrets.REGISTRY }}/${{ secrets.USERNAME }}/ktv-ui
|
images: ${{ secrets.REGISTRY }}/${{ secrets.USERNAME }}/ktv-ui
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user