mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-02-10 23:40:13 -05:00
19 lines
436 B
YAML
19 lines
436 B
YAML
|
|
||
|
build:
|
||
|
- image: golang:1.10-alpine
|
||
|
workdir: /go/src/github.com/d3sw/imageproxy
|
||
|
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: imageproxy
|
||
|
dockerfile: Dockerfile
|
||
|
tags:
|
||
|
- ${APP_VERSION}
|