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