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