We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7edbd commit cbcbe7cCopy full SHA for cbcbe7c
.github/workflows/build_docker.yml
@@ -86,7 +86,7 @@ jobs:
86
cd /home/ubuntu/canarytokens-scripts/
87
./canarytokensdb_s3backup.sh
88
cd /home/ubuntu/canarytokens-docker
89
- git stash && git pull
+ git stash && git checkout ${{ env.CANARYTOKENS_DOCKER_BRANCH }} && git pull
90
sed "s/thinkst\/canarytokens$/thinkst\/canarytokens:${GITHUB_REF##*/}/g" common-services.yml > common-services-${GITHUB_REF##*/}.yml
91
sed "s/file: common-services.yml/file: common-services-${GITHUB_REF##*/}.yml/g" docker-compose-letsencrypt.yml > docker-compose-letsencrypt-${GITHUB_REF##*/}.yml
92
sed -i'' "s/CANARY_DEV_BUILD_ID=.*/CANARY_DEV_BUILD_ID=${GITHUB_SHA:0:8}/" frontend.env
0 commit comments