Compare commits
2 Commits
45eb0db4b2
...
31f81f2a11
Author | SHA1 | Date |
---|---|---|
Johannes Bülow | 31f81f2a11 | |
Johannes Bülow | 2ccc3816e4 |
|
@ -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…
Reference in New Issue