build-env-msp430/.woodpecker.yml
Wolfgang Hottgenroth 30bfc88609
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
drop scan step due to old base image due to broken compiler in recent base image
2024-02-18 21:17:54 +01:00

24 lines
577 B
YAML

steps:
build:
image: plugins/kaniko
settings:
repo: ${FORGE_NAME}/${CI_REPO}
registry:
from_secret: container_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username:
from_secret: container_registry_username
password:
from_secret: container_registry_password
dockerfile: Dockerfile
when:
- event: [push, tag]
#scan_image:
# image: aquasec/trivy
# commands:
# - trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
# when:
# - event: [push, tag]