Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Use docker build --pull, to always fetch latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jul 20, 2017
1 parent 42ccc82 commit cce97ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-docker-image
Expand Up @@ -34,5 +34,5 @@ if [[ ! -e "$xpi" ]] ; then
fi

echo "Creating docker image $1/screenshots:$version"
docker build -t $1/screenshots:"$version" .
docker build --pull -t $1/screenshots:"$version" .
docker push $1/screenshots:"$version"

0 comments on commit cce97ba

Please sign in to comment.