Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Jun 20, 2024
1 parent b6431a4 commit 7d6138c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dspace-angular:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
if: github.repository == 'ufal/dspace-angular'
uses: ufal/DSpace/.github/workflows/reusable-docker-build.yml@clarin-v7
uses: ufal/clarin-dspace/.github/workflows/reusable-docker-build.yml@clarin-v7
with:
build_id: dspace-angular
image_name: ufal/dspace-angular
Expand All @@ -38,7 +38,7 @@ jobs:
dspace-angular-dist:
# Ensure this job never runs on forked repos. It's only executed for 'ufal/dspace-angular'
if: github.repository == 'ufal/dspace-angular' && false # not used for now
uses: ufal/DSpace/.github/workflows/reusable-docker-build.yml@clarin-v7
uses: ufal/clarin-dspace/.github/workflows/reusable-docker-build.yml@clarin-v7
with:
build_id: dspace-angular-dist
image_name: dspace/dspace-angular
Expand Down

0 comments on commit 7d6138c

Please sign in to comment.