Skip to content
Snippets Groups Projects
Commit 798175c6 authored by Eric Schoville's avatar Eric Schoville
Browse files

Merge branch 'master' of git.doit.wisc.edu:interop/iics_secure_agent

parents 87ce5117 ae78bab2
No related branches found
No related tags found
No related merge requests found
variables:
stages:
- build
before_script:
- apk update && apk add groff less && apk add python3
- pip3 install awscli
- (aws ecr get-login --no-include-email --region us-east-1) > login.sh
- sh login.sh
after_script:
- docker logout "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com
image: docker:latest
build-master:
stage: build
tags:
- docker
script:
- docker build -t enterprise-integrations/iics_secure_agent .
- docker tag enterprise-integrations/iics_secure_agent:latest "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com/enterprise-integrations/iics_secure_agent:latest
- docker push "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com/enterprise-integrations/iics_secure_agent:latest
only:
refs:
- master
changes:
- Dockerfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment