cf-detect-chrome/.woodpecker.yml
MassiveBox 58a106df9e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
Switch to image with root
2024-03-28 23:05:24 +01:00

21 lines
561 B
YAML

steps:
pack:
image: alpine:3.19
commands:
- apk upgrade --no-cache --available && apk add --no-cache chromium
- cd ..
- echo $CERT > cf-detect-chrome.pem
- chromium --no-sandbox --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
secrets: [ CERT ]
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.massivebox.net
files:
- "cf-detect-chrome.crx"
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main