Skip to content

Commit f167874

Browse files
authored
fix branch in container-registry-ghcr.yaml (#37)
* fix branch in container-registry-ghcr.yaml * add changelog entry
1 parent 1e58167 commit f167874

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/container-registry-ghcr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Container Registry GHCR
1010
"on":
1111
push:
1212
branches:
13-
- master
13+
- main
1414
paths:
1515
- api/**
1616
- controllers/**
@@ -108,4 +108,4 @@ jobs:
108108
- name: Upload Trivy scan results to GitHub Security tab
109109
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
110110
with:
111-
sarif_file: trivy-results.sarif
111+
sarif_file: trivy-results.sarif

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v2.0.0 - 2025-05-27
2+
3+
- Dependency update
4+
- Added go-makefile-maker
5+
- Added gh-actions
6+
- Change from yaml.v2 to go-yaml
7+
- Configure renovate

0 commit comments

Comments
 (0)