File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 issues : write
99jobs :
1010 docker-push :
11- uses : ./.github/actions /docker-publish.yml
11+ uses : ./.github/workflows /docker-publish.yml
1212 secrets :
1313 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
1414 DOCKERHUB_PASSWORD : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124
125125 docker-push :
126126 needs : [check, publish]
127- uses : ./.github/actions /docker-publish.yml
127+ uses : ./.github/workflows /docker-publish.yml
128128 permissions : {}
129129 secrets :
130130 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
@@ -135,7 +135,7 @@ jobs:
135135 environment : Production
136136 permissions :
137137 id-token : write
138- needs : [check, docker-build ]
138+ needs : [check, docker-push ]
139139 if : needs.check.outputs.VERSION_EXISTS == 'false'
140140 steps :
141141 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
You can’t perform that action at this time.
0 commit comments