Skip to content

Commit

Permalink
Push compressed image (#318)
Browse files Browse the repository at this point in the history
it was forgotten during debugging
  • Loading branch information
CyberDem0n authored Mar 1, 2019
1 parent 453a009 commit 6fc3245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pipeline:
./build.sh --build-arg PGVERSION=$PGVERSION --build-arg COMPRESS=$COMPRESS -t $IMAGE .
docker images
if [ "$COMPRESS" == "true" ]; then docker push $IMAGE; fi
- id: tag-spilo
type: script
requires_human_approval: true
Expand Down

0 comments on commit 6fc3245

Please sign in to comment.