Skip to content

Commit

Permalink
Pull in latest base images before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed May 29, 2020
1 parent 9516b5e commit 2e0915c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/release/release.sh
Expand Up @@ -18,4 +18,10 @@ echo "Using Docker config $DOCKER_CONFIG"
echo $DOCKER_HUB_TOKEN | docker login -u $DOCKER_HUB_USER --password-stdin $DOCKER_REGISTRY
echo $GOOGLE_CREDS | docker login -u $GCR_USER --password-stdin $GCR_REGISTRY

# pull in latest docker images
docker pull alpine
docker pull node:lts-alpine
docker pull python:3-alpine
docker pull ruby:2-alpine

GOOGLE_APPLICATION_CREDENTIALS=<(echo "$GOOGLE_CREDS") goreleaser release --rm-dist

0 comments on commit 2e0915c

Please sign in to comment.