Skip to content

Commit 815afef

Browse files
committed
Staging git checkout
1 parent cbcbe7c commit 815afef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
cd /home/ubuntu/canarytokens-scripts/
107107
./canarytokensdb_s3backup.sh
108108
cd /home/ubuntu/canarytokens-docker
109-
git stash && git pull
109+
git stash && git checkout master && git pull
110110
sed "s/thinkst\/canarytokens$/thinkst\/canarytokens:${GITHUB_REF##*/}/g" common-services.yml > common-services-${GITHUB_REF##*/}.yml
111111
sed "s/file: common-services.yml/file: common-services-${GITHUB_REF##*/}.yml/g" docker-compose-aws-logging-letsencrypt.yml > docker-compose-aws-logging-letsencrypt-${GITHUB_REF##*/}.yml
112112
sed -i'' "s/CANARY_DEV_BUILD_ID=.*/CANARY_DEV_BUILD_ID=${GITHUB_SHA:0:8}/" frontend.env

0 commit comments

Comments
 (0)