Skip to content

Commit 2b74729

Browse files
committed
Simplify workflow: only build on main push, no tags/releases
1 parent 986b39d commit 2b74729

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Build and Publish Docker Image
33
on:
44
push:
55
branches: [main]
6-
tags: ["v*"]
76
pull_request:
87
branches: [main]
98

@@ -40,7 +39,6 @@ jobs:
4039
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4140
tags: |
4241
type=ref,event=branch
43-
type=semver,pattern={{version}}
4442
type=raw,value=latest,enable={{is_default_branch}}
4543
4644
- name: Build and push

0 commit comments

Comments
 (0)