prepare first release with graceful shutdown + containerfile + push to #4

Merged
qpismont merged 5 commits from 1.0 into main 2026-06-12 22:38:25 +02:00
Showing only changes of commit cf59455d4a - Show all commits
+6 -2
View File
@@ -4,9 +4,13 @@ when:
steps:
- name: release-docker
image: docker:dind
image: quay.io/buildah/stable
privileged: true
volumes:
- /data/woodpecker-builds:/data
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- echo $DOCKER_PASSWORD | buildah login docker.io -u $DOCKER_USERNAME --password-stdin
- chmod +x scripts/build.sh
- bash scripts/build.sh
environment:
DOCKER_USERNAME: