Make it less restrictive
This commit is contained in:
@@ -4,7 +4,6 @@ when:
|
|||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &file Dockerfile
|
|
||||||
- &repo source.hodakov.me/${CI_REPO_OWNER}/docker-phpbb
|
- &repo source.hodakov.me/${CI_REPO_OWNER}/docker-phpbb
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -19,7 +18,6 @@ steps:
|
|||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
path: *file
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.1.0
|
image: woodpeckerci/plugin-docker-buildx:5.1.0
|
||||||
@@ -35,4 +33,3 @@ steps:
|
|||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
path: *file
|
|
||||||
|
|||||||
Reference in New Issue
Block a user