Skip to content

Commit

Permalink
bump: version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GuessWhoSamFoo committed Aug 11, 2022
1 parent e11b61e commit 07be11f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- '*'
- 'v*'

jobs:
goreleaser:
Expand All @@ -14,9 +14,12 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 'go.mod'
- uses: docker/login-action@v2
go-version-file: 'go.mod'
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
Expand All @@ -25,5 +28,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: v1.10.3
args: release --debug --rm-dist
distribution: goreleaser
version: latest
args: release --rm-dist
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

BIN_NAME := chart-releaser
BIN_VERSION := v0.2.0
BIN_VERSION := v0.3.0
IMG_NAME := chartreleaser/chart-releaser

GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2> /dev/null || true)
Expand Down

0 comments on commit 07be11f

Please sign in to comment.