Skip to content

Commit 7178f0a

Browse files
committed
Github Actions trigger fix
1 parent 3382eb1 commit 7178f0a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/goreleaser.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: goreleaser
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
create:
5+
tags:
6+
- '*'
77

88
jobs:
99
goreleaser:

.goreleaser.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dockers:
2020

2121
image_templates:
2222
- "rentberry/geocoder:latest"
23-
- "myuser/myimage:{{ .Tag }}"
23+
- "rentberry/geocoder:{{ .Tag }}"
2424

25-
skip_push: true
2625
dockerfile: Dockerfile

0 commit comments

Comments
 (0)