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 c5b77db commit ab16543Copy full SHA for ab16543
.github/workflows/docker-image.yml
@@ -0,0 +1,23 @@
1
+configured_endpoints: 111
2
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-a473967d1766dc155994d932fbc4a5bcbd1c140a37c20d0a4065e1bf0640536d.yml
3
+openapi_spec_hash: 67cdc62b0d6c8b1de29b7dc54b265749
4
+config_hash: 7b53f96f897ca1b3407a5341a6f820db
5
+
6
+name: Docker Image CI
7
8
+on:
9
+ push:
10
+ branches: [ "main" ]
11
+ pull_request:
12
13
14
+jobs:
15
16
+ build:
17
18
+ runs-on: ubuntu-latest
19
20
+ steps:
21
+ - uses: actions/checkout@v4
22
+ - name: Build the Docker image
23
+ run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments