File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Docker
22
3- # This workflow uses actions that are not certified by GitHub.
4- # They are provided by a third-party and are governed by
5- # separate terms of service, privacy policy, and support
6- # documentation.
7-
83on :
94 push :
105 branches : [ "main" ]
149 branches : [ "main" ]
1510
1611env :
17- # Use docker.io for Docker Hub if empty
1812 REGISTRY : ghcr.io
19- # github.repository as <account>/<repo>
2013 IMAGE_NAME_UI : ${{ github.repository }}-ui
2114 IMAGE_NAME_ANSIBLE : ${{ github.repository }}-ansible
2215
16+ permissions :
17+ contents : write
18+ packages : write
19+ id-token : write
2320
2421jobs :
2522 build-ui :
@@ -137,6 +134,10 @@ jobs:
137134 release :
138135 needs : [build-ui, build-ansible]
139136 runs-on : ubuntu-latest
137+ permissions :
138+ contents : write
139+ packages : write
140+ id-token : write
140141 if : github.ref == 'refs/heads/main'
141142 steps :
142143 - name : Set version (SemVer) for release
You can’t perform that action at this time.
0 commit comments