0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-02-10 23:40:13 -05:00
imageproxy/.mold.yml
2018-08-16 13:16:55 -07:00

18 lines
426 B
YAML

build:
- image: golang:1.10-alpine
workdir: /go/src/github.com/d3sw/pixie
commands:
- apk update && apk upgrade && apk add --no-cache git openssh build-base libidn-dev curl jq
- make clean dist
artifacts:
publish:
- master
- v${APP_VERSION}
registry: 583623634344.dkr.ecr.us-west-2.amazonaws.com
images:
- name: pixie
dockerfile: Dockerfile
tags:
- ${APP_VERSION}