Skip to content

Commit

Permalink
Fix script for pulling Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdusell committed Mar 12, 2022
1 parent 7beb945 commit 7e27df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pull-docker-image.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -o pipefail
. scripts/variables.bash

docker pull bdusell/"$IMAGE":latest
docker tag bdusell/"$IMAGE":latest "$IMAGE":latest
docker tag bdusell/"$IMAGE":latest "$DEV_IMAGE":latest

0 comments on commit 7e27df6

Please sign in to comment.