Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3508861
D4403.id13975.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
913 B
Referenced Files
None
Subscribers
None
D4403.id13975.diff
View Options
diff --git a/.buildkite/identity_build.yml b/.buildkite/identity_build.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/identity_build.yml
@@ -0,0 +1,4 @@
+steps:
+ - command: 'cd services && docker-compose build --no-cache identity-server'
+ agents:
+ - 'autoscaling=true'
diff --git a/.github/workflows/identity_build.yaml b/.github/workflows/identity_build.yaml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/identity_build.yaml
@@ -0,0 +1,21 @@
+name: Identity Build (Docker)
+
+on:
+ push:
+ branches: [master]
+ paths-ignore:
+ - 'landing/**'
+ - 'web/**'
+ - 'docs/**'
+ - 'keyserver/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: docker-compose build --no-cache identity-server
+ working-directory: ./services
+ run: docker-compose build --no-cache identity-server
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 12:04 AM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2689051
Default Alt Text
D4403.id13975.diff (913 B)
Attached To
Mode
D4403: [CI] Add `identity_build` workflow to Buildkite/GH Actions
Attached
Detach File
Event Timeline
Log In to Comment