removed Dockerfile requirement
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
2ccc3816e4
commit
31f81f2a11
1 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ when:
|
|||
branch: main
|
||||
|
||||
variables:
|
||||
- &file Dockerfile.hello
|
||||
- &file Dockerfile
|
||||
- &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
|
||||
|
||||
steps:
|
||||
|
@ -24,7 +24,6 @@ steps:
|
|||
tags: latest
|
||||
when:
|
||||
event: pull_request
|
||||
path: *file
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
|
@ -39,5 +38,4 @@ steps:
|
|||
from_secret: forgejo_token
|
||||
when:
|
||||
event: push
|
||||
path: *file
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue