Fix pushing docker image

This commit is contained in:
kolaente 2021-04-22 15:20:31 +02:00
parent 3e28a7dd4f
commit d8ff6f538c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@ kind: pipeline
name: build
trigger:
branch:
- main
event:
- push
@ -37,4 +35,4 @@ steps:
tags: [ 'latest' ]
when:
event: [ push ]
branch: [ master ]
branch: [ main ]