mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-08 05:42:47 +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
|
- test
|
||||||
- "Docker Test Build"
|
- "Docker Test Build"
|
||||||
- name: "Docker Build and Publish"
|
- name: "Docker Build and Publish"
|
||||||
if: fork = false AND pull_request = false
|
if: fork = false AND type = push
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue