Skip to content

Commit

Permalink
rename to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Jan 20, 2024
1 parent 440f8c9 commit fd4155c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create and publish a Docker image
on:
push:
tags: ['*']
branches: ['master']
branches: ['main']

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion charts/golang-gin-starter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: eu.gcr.io/woven-computing-234012/golang-gin-starter
tag: master
tag: main
pullPolicy: Always

nameOverride: ""
Expand Down
12 changes: 0 additions & 12 deletions kubernetic.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
// @contact.email [email protected]

// @license.name MIT
// @license.url https://github.com/harbur/golang-gin-starter/blob/master/LICENSE
// @license.url https://github.com/harbur/golang-gin-starter/blob/main/LICENSE

// @BasePath /api/
func main() {
Expand Down

0 comments on commit fd4155c

Please sign in to comment.