This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/.woodpecker/test.yaml
kekskurse 1659fdaef8
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline failed
chore: ci change to gitea
2025-03-12 16:56:11 +01:00

20 lines
495 B
YAML

when:
- event: push
branch: main
steps:
- name: go-tests
image: golang:1.24
commands:
- go test ./...
- name: build-docker-image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.keks.cloud/${CI_REPO_OWNER}/miniauth
dockerfile: Dockerfile
#platforms: linux/amd64,linux/arm64,linux/arm64/v8
tag: ${CI_COMMIT_SHA}
registry: git.keks.cloud
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password