File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ concurrency:
55 group : development-concurrency
66 cancel-in-progress : true
77
8+ permissions :
9+ contents : read
10+ packages : write
11+
812on :
913 push :
1014 branches :
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ concurrency:
55 group : staging-concurrency
66 cancel-in-progress : true
77
8+ permissions :
9+ contents : read
10+ packages : write
11+
812on :
913 release :
1014 types : [published]
1822 - name : Empty Step
1923 run : echo "Hello World"
2024
25+ build-and-push-release-to-ghcr :
26+ name : Build images in ghcr
27+ needs : trigger-github-deployment
28+ uses : ./.github/workflows/publish_component.yml
29+ with :
30+ Registry : ghcr.io
31+ ImageName : ${{ github.repository }}
32+ Tag : ${{ github.event.release.tag_name }}
33+ SecondaryTag : latest
34+ secrets :
35+ RegistryUsername : ${{ github.actor }}
36+ RegistryPassword : ${{ secrets.GITHUB_TOKEN }}
37+
2138 build-and-push-release-to-dev :
2239 name : Update container in dev with version tag
2340 needs : trigger-github-deployment
You can’t perform that action at this time.
0 commit comments