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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
workflow_dispatch:
|
||||
@ -21,7 +19,6 @@ jobs:
|
||||
with:
|
||||
images: ${{ secrets.REGISTRY }}/${{ secrets.USERNAME }}/ktv-ui
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=semver,pattern={{version}}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
|
Loading…
x
Reference in New Issue
Block a user