Compare commits
2 commits
45eb0db4b2
...
31f81f2a11
Author | SHA1 | Date | |
---|---|---|---|
|
31f81f2a11 | ||
|
2ccc3816e4 |
2 changed files with 5 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
|
||||
|
||||
|
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Docker-Hugo
|
||||
[](https://ci.jmbit.de/repos/2)
|
||||
|
||||
This Repo builds a Container image with opensuses latest Hugo binary
|
Loading…
Add table
Reference in a new issue