oci-images/bitbucket-pipelines.yml
Tiara Rodney b5265baa02
init
2025-06-01 22:37:33 +02:00

17 lines
598 B
YAML

image: byteb4rb1e/build-trivy063-ubuntu:latest
definitions:
steps:
- step: &make
name: _all-ubuntu
services:
- docker
caches:
- docker
script:
- echo "$_GPG_SIGNING_KEY" | base64 -d | gpg --import
- docker login -u $DOCKER_USERNAME --password-stdin <<< $DOCKER_PASSWORD
- sh configure
- make $(cat TARGET | tr "\n" " ") PUBLISH=1 ARCHIVE=1 PUBLISH_ARCHIVE=1 SIGN_ARCHIVE=1 SCAN=1 SIGN_SCAN=1 -j2
pipelines:
default:
- step: *make