Skip to content

Commit a40c87f

Browse files
committed
chore: removed the redundant comment in the image build workflow file
1 parent 6267986 commit a40c87f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ on:
66
pull_request:
77
branches: [ "azure-openai" ]
88

9-
# jobs:
10-
11-
# build:
12-
13-
# runs-on: ubuntu-latest
14-
15-
# steps:
16-
# - uses: actions/checkout@v4
17-
# - name: Build the Docker image
18-
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
19-
209
jobs:
2110
build-and-push:
2211
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)