-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5a6ee6f
commit dcf37e0
Showing
4 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
|
||
permissions: | ||
contents: write | ||
packages: write | ||
|
||
jobs: | ||
goreleaser: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
project_name: gh-app-access-token | ||
env: | ||
- DOCKER_REGISTRY=ghcr.io/sunggun-yu | ||
- DESCRIPTION=Semantic Version Utility | ||
- HOME_PAGE=https://github.com/sunggun-yu/{{ .ProjectName }} | ||
- REGISTRY=ghcr.io/sunggun-yu | ||
- DESCRIPTION=Simple Cli tool for operating Github App Installation access token | ||
- HOMEPAGE=https://github.com/sunggun-yu/{{ .ProjectName }} | ||
before: | ||
hooks: | ||
- go mod tidy | ||
|
@@ -73,12 +73,12 @@ brews: | |
owner: sunggun-yu | ||
name: homebrew-tap | ||
folder: Formula | ||
homepage: '{{ .Env.HOME_PAGE }}' | ||
homepage: '{{ .Env.HOMEPAGE }}' | ||
description: '{{ .Env.DESCRIPTION }}' | ||
|
||
nfpms: | ||
# https://goreleaser.com/customization/nfpm/ | ||
- homepage: '{{ .Env.HOME_PAGE }}' | ||
- homepage: '{{ .Env.HOMEPAGE }}' | ||
description: '{{ .Env.DESCRIPTION }}' | ||
maintainer: Sunggun Yu <[email protected]> | ||
license: MIT | ||
|
@@ -95,8 +95,8 @@ dockers: | |
goarch: amd64 | ||
dockerfile: Dockerfile | ||
image_templates: | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64" | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-amd64" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-amd64" | ||
build_flag_templates: | ||
- "--platform=linux/amd64" | ||
- "--label=org.opencontainers.image.created={{.Date}}" | ||
|
@@ -107,8 +107,8 @@ dockers: | |
goos: linux | ||
goarch: arm64 | ||
image_templates: | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8" | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-arm64v8" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-arm64v8" | ||
build_flag_templates: | ||
- "--platform=linux/arm64/v8" | ||
- "--label=org.opencontainers.image.created={{.Date}}" | ||
|
@@ -117,11 +117,11 @@ dockers: | |
- "--label=org.opencontainers.image.version={{.Version}}" | ||
docker_manifests: | ||
# https://goreleaser.com/customization/docker_manifest/ | ||
- name_template: "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}" | ||
- name_template: "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}" | ||
image_templates: | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64" | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8" | ||
- name_template: "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-amd64" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:{{ .Version }}-arm64v8" | ||
- name_template: "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest" | ||
image_templates: | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-amd64" | ||
- "{{ .Env.DOCKER_REGISTRY }}/{{ .ProjectName }}:latest-arm64v8" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-amd64" | ||
- "{{ .Env.REGISTRY }}/{{ .ProjectName }}:latest-arm64v8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters