Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purplelemons-dev authored Jan 8, 2024
1 parent a858bd1 commit 51fc8a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#pull_request:
# branches: [ "main" ]

jobs:

Expand All @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker compose -f docker-compose.yml --tag embedding_server:$(date +%s)
run: docker compose -f docker-compose.yml up --build

0 comments on commit 51fc8a0

Please sign in to comment.