Skip to content

Commit

Permalink
fix: reusable path
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed May 6, 2024
1 parent 764b861 commit 370b9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/argilla-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

build_server_docker_image:
name: Build Argilla server docker image
uses: ./.github/workflows/argilla-server.build-and-push-docker-image.yml
uses: ./.github/workflows/argilla-server.build-docker-image.yml
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
needs:
- build
Expand All @@ -131,7 +131,7 @@ jobs:

build_quickstart_docker_image:
name: Build Argilla quickstart docker image
uses: ./.github/workflows/argilla-server.build-and-push-docker-image.yml
uses: ./.github/workflows/argilla-server.build-docker-image.yml
needs: build_server_docker_image
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
with:
Expand Down

0 comments on commit 370b9db

Please sign in to comment.