Skip to content

Commit 266e98f

Browse files
committed
.
1 parent f8de2c4 commit 266e98f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)