Skip to content

Commit e9c499b

Browse files
committed
Build on tag push
1 parent 1f7621e commit e9c499b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml .github/workflows/build_image.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: ci
1+
name: build-image
22

33
on:
44
push:
5-
branches:
6-
- "multi-arch-builds"
5+
tags:
6+
- "v*"
77

88
env:
9-
REGISTRY_IMAGE: schmitze333/go-csp-collector
9+
REGISTRY_IMAGE: jacobbednarz/go-csp-collector
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)