mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 11:22:45 +02:00
Fix image build conditions (#293)
This commit is contained in:
parent
e25b65d4b8
commit
b9784fa3ff
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ stages:
|
|||
- test
|
||||
- "Docker Test Build"
|
||||
- name: "Docker Build and Publish"
|
||||
if: fork = false AND pull_request = false
|
||||
if: fork = false AND type = push
|
||||
|
||||
language: go
|
||||
go:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue