Compare commits

..

1 commit

Author SHA1 Message Date
3d63abe029
Add tests for pre-commit container
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Run pre-commit on the freshly built container against salt and rc2matrix
2024-06-20 23:39:40 +02:00

View file

@ -1,8 +1,10 @@
when:
path: '*Dockerfile*'
steps:
build main:
when:
- event: push
branch: main
branch: main
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
pull: true
settings:
@ -18,9 +20,8 @@ steps:
build branch:
when:
- event: push
branch:
exclude: ['main']
branch:
exclude: ['main']
image: woodpeckerci/plugin-docker-buildx:4.0.0@sha256:9d24b71c37d7a958d79252e608c4d1a04b02f2e74d4e26003b43e0830038bde0
pull: true
settings: