1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 15:57:50 +00:00

pipelines: add vmimage to publish job

Avoid brownouts - actions/virtual-environments#3287
This commit is contained in:
ilike2burnthing 2021-10-11 20:44:33 +01:00 committed by GitHub
parent 12ce27da7f
commit 0bd93f8f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -512,6 +512,8 @@ stages:
- job: Publish
workspace:
clean: all
pool:
vmImage: ubuntu-latest
steps:
- checkout: self