Update .gitlab-ci.yml
This commit is contained in:
parent
11909a4d12
commit
00c1e40e13
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user