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