Update .gitlab-ci.yml

This commit is contained in:
Julien Cabillot 2019-04-15 19:53:45 +00:00 committed by Julien Cabillot
parent 11909a4d12
commit 00c1e40e13

View File

@ -14,7 +14,7 @@ build-master:
only:
- "master"
tags:
- "amd64"
- "arm64"
build:
stage: "build"
@ -24,7 +24,7 @@ build:
except:
- "master"
tags:
- "amd64"
- "arm64"
deploy-github:
stage: "deploy"
@ -37,3 +37,5 @@ deploy-github:
- "docker push \"$GITHUB_USER/$GITHUB_PROJECT\""
only:
- "master"
tags:
- "arm64"