Skip to content

Commit 2ec8b5b

Browse files
committed
Build docker images on tags only 3
1 parent cd1db37 commit 2ec8b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create and Publish a Docker image
22

33
on:
44
push:
5-
tags: [main]
5+
branches: [main]
66
if: "startsWith(github.ref, 'refs/tags/')"
77

88
env:

0 commit comments

Comments
 (0)