Skip to content

Luthfina16/patch1/1

Luthfina16/patch1/1 #1

Workflow file for this run

configured_endpoints: 111

Check failure on line 1 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-image.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'configured_endpoints', (Line: 2, Col: 1): Unexpected value 'openapi_spec_url', (Line: 3, Col: 1): Unexpected value 'openapi_spec_hash', (Line: 4, Col: 1): Unexpected value 'config_hash'
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-a473967d1766dc155994d932fbc4a5bcbd1c140a37c20d0a4065e1bf0640536d.yml
openapi_spec_hash: 67cdc62b0d6c8b1de29b7dc54b265749
config_hash: 7b53f96f897ca1b3407a5341a6f820db
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)