Skip to content

Commit

Permalink
build images on dev-5
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Oct 9, 2023
1 parent c24a8b0 commit c744203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker:
# Ensure this job never runs on forked repos. It's only executed for our repo
if: github.repository == 'dataquest-dev/dspace-angular'
runs-on: ubuntu-latest
runs-on: dspace-dep-1
env:
# Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
# For a new commit on default branch (main), use the literal tag 'dspace-7_x' on Docker image.
Expand Down

0 comments on commit c744203

Please sign in to comment.