Compare commits
No commits in common. "31f81f2a1125d8dfe88a22b3402129d08236a02c" and "45eb0db4b273e22bac85409b14410ff767288d8c" have entirely different histories.
31f81f2a11
...
45eb0db4b2
2 changed files with 3 additions and 5 deletions
|
@ -10,7 +10,7 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &file Dockerfile
|
- &file Dockerfile.hello
|
||||||
- &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
|
- &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -24,6 +24,7 @@ steps:
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
path: *file
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -38,4 +39,5 @@ steps:
|
||||||
from_secret: forgejo_token
|
from_secret: forgejo_token
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
path: *file
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
# 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