1
0
Fork 0

feat(build): add alpine image jobs

This commit is contained in:
ssube 2019-10-31 07:34:39 -05:00 committed by Sean Sube
parent 4c3551d0dc
commit 017dfd70e1
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ build-node:
- node_modules
- out/cache
.build-image-alpine-branch:
build-image-alpine-branch:
<<: [*build-docker]
except:
- tags
@ -110,7 +110,7 @@ build-node:
IMAGE_ARCH: alpine
IMAGE_TAG: "ssube/salty-dog:${CI_COMMIT_REF_SLUG}"
.build-image-alpine-tag:
build-image-alpine-tag:
<<: [*build-docker]
only:
- tags