We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcbe7c commit 815afefCopy full SHA for 815afef
.github/workflows/build_docker.yml
@@ -106,7 +106,7 @@ jobs:
106
cd /home/ubuntu/canarytokens-scripts/
107
./canarytokensdb_s3backup.sh
108
cd /home/ubuntu/canarytokens-docker
109
- git stash && git pull
+ git stash && git checkout master && git pull
110
sed "s/thinkst\/canarytokens$/thinkst\/canarytokens:${GITHUB_REF##*/}/g" common-services.yml > common-services-${GITHUB_REF##*/}.yml
111
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
112
sed -i'' "s/CANARY_DEV_BUILD_ID=.*/CANARY_DEV_BUILD_ID=${GITHUB_SHA:0:8}/" frontend.env
0 commit comments