add registry steps, credentials still missing
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
kiara 2022-10-18 19:53:28 +00:00
parent c15e822635
commit aa021529ed
1 changed files with 6 additions and 3 deletions

View File

@ -2,12 +2,15 @@ pipeline:
build:
image: docker:19.03.12
when:
- event: push
branch: main
commands:
- apk add --no-cache git
- /bin/sh ./image.sh build
- docker login code.bij1.org --username "$USER" --password "$TOKEN"
- docker push code.bij1.org/bij1/civicrm-bij1:latest
# secrets: [ token ]
when:
- event: push
branch: main
services:
docker: