From c74420350e6fe4c69d1b52001503ba3b3af65074 Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:27:19 +0200 Subject: [PATCH] build images on dev-5 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 508d5e543f3..c16d4206155 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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.