File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,10 @@ jobs:
117117 uses : actions/upload-artifact@v4
118118 with :
119119 name : docker
120- path : package/**/Dockerfile
120+ path : |
121+ package/Linux/Dockerfile
122+ package/Linux/entrypoint.ps1
123+ package/AgentLinux/Dockerfile
121124
122125 - name : Upload changelog artifacts
123126 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ jobs:
191191 docker build -t "$ImageName" -t "$LatestImageName" .
192192 echo "image-name=$ImageName" >> $Env:GITHUB_OUTPUT
193193 echo "latest-image-name=$LatestImageName" >> $Env:GITHUB_OUTPUT
194+
194195 Get-ChildItem -Recurse
195196
196197 - name : Push container
@@ -334,7 +335,7 @@ jobs:
334335 runs-on : ubuntu-latest
335336 needs : preflight
336337 if : ${{ needs.preflight.outputs.skip-publishing == 'false' || inputs.dry-run }}
337- environment : onedrive-upload # for OneDrive secrets
338+ # environment: onedrive-upload # for OneDrive secrets
338339
339340 steps :
340341 - name : Check out Devolutions/actions
@@ -395,7 +396,7 @@ jobs:
395396 runs-on : ubuntu-latest
396397 needs : preflight
397398 if : ${{ needs.preflight.outputs.skip-publishing == 'false' || inputs.dry-run }}
398- environment : onedrive-upload # for OneDrive secrets
399+ # environment: onedrive-upload # for OneDrive secrets
399400
400401 steps :
401402 - name : Check out Devolutions/actions
You can’t perform that action at this time.
0 commit comments