Commit d2e156e 1 parent a7f698b commit d2e156e Copy full SHA for d2e156e
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
# $ docker build -t flagsmith:dev .
18
18
19
19
# Build a SaaS API image:
20
- # $ docker build -t flagsmith-saas-api:dev --target saas-api \
21
- # --secret="id=sse_pgp_pkey,src=/etc/sse_pgp_key "\
22
- # --secret="id=github_private_cloud_token,src=/etc/github_private_cloud_token " .
20
+ # $ GH_TOKEN=$(gh auth token) docker build -t flagsmith-saas-api:dev --target saas-api \
21
+ # --secret="id=sse_pgp_pkey,src=./sse_pgp_pkey.key "\
22
+ # --secret="id=github_private_cloud_token,env=GH_TOKEN " .
23
23
24
24
# Build a Private Cloud Unified image:
25
- # $ docker build -t flagsmith-private-cloud:dev --target private-cloud-unified \
26
- # --secret="id=github_private_cloud_token,src=/etc/github_private_cloud_token " .
25
+ # $ GH_TOKEN=$(gh auth token) docker build -t flagsmith-private-cloud:dev --target private-cloud-unified \
26
+ # --secret="id=github_private_cloud_token,env=GH_TOKEN " .
27
27
28
28
# Table of Contents
29
29
# Stages are described as stage-name [dependencies]
You can’t perform that action at this time.
0 commit comments