Added publish script for putting the images on docker hub

This commit is contained in:
janssen
2024-09-06 16:04:09 +02:00
parent 3f8f131f50
commit b05f4fb70e
5 changed files with 52 additions and 18 deletions

View File

@@ -1,3 +1,2 @@
# (New-Object System.Net.WebClient).DownloadFile("https://github.com/actions/runner/releases/download/v$env:RUNNER_VERSION/actions-runner-win-x64-$env:RUNNER_VERSION.zip","actions-runner.zip")
Invoke-WebRequest -Uri "https://github.com/actions/runner/releases/download/v$env:RUNNER_VERSION/actions-runner-win-x64-$env:RUNNER_VERSION.zip" -OutFile "actions-runner.zip"
Expand-Archive -Path ".\\actions-runner.zip" -DestinationPath '.'