generated from Templates/Baseline
setup basic action based ci (#3)
Some checks failed
docker / build-container (push) Failing after 1s
Some checks failed
docker / build-container (push) Failing after 1s
#### 📖 Summary testing semver #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #3
This commit is contained in:
12
.woodpecker/.test.yml.disabled
Normal file
12
.woodpecker/.test.yml.disabled
Normal file
@ -0,0 +1,12 @@
|
||||
pipeline:
|
||||
testDockerfile:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dry_run: true
|
||||
registry: gitea.ocram85.com
|
||||
repo: gitea.ocram85.com/ocram85/swarmproxy
|
||||
dockerfile: Dockerfile
|
||||
tags: next
|
||||
build_args:
|
||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||
- TAG=${CI_COMMIT_TAG}
|
Reference in New Issue
Block a user