Skip to content

Commit

Permalink
correct tmp different branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Feb 26, 2024
1 parent e7539cb commit b40c9ac
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 @@ -22,7 +22,7 @@ jobs:
dspace-angular:
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
if: github.repository == 'dataquest-dev/dspace-angular'
uses: dataquest-dev/DSpace/.github/workflows/reusable-docker-build.yml@dtq-dev
uses: dataquest-dev/DSpace/.github/workflows/reusable-docker-build.yml@internal/improve-build
with:
build_id: dspace-angular
image_name: dataquest/dspace-angular
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

deploy:
needs: dspace-angular
uses: dataquest-dev/dspace-angular/.github/workflows/deploy.yml@internal/improve-build
uses: dataquest-dev/dspace-angular/.github/workflows/deploy.yml@dtq-dev
with:
INSTANCE: '5'
IMPORT: false
Expand Down

0 comments on commit b40c9ac

Please sign in to comment.