From 310513ff974ac487e62907956297e0a3cea75cd7 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Tue, 25 Oct 2022 16:21:40 +0000 Subject: [PATCH] Run image builder on ubuntu-latest --- .github/workflows/deploy-dev.yaml | 1 + .github/workflows/deploy-production.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index 291c255..c689c7a 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -28,6 +28,7 @@ jobs: needs: test with: image: dit-docs/dsm-client + runs-on: "['ubuntu-latest']" secrets: username: ${{ secrets.HARBOR_PUBLIC_USER }} password: ${{ secrets.HARBOR_PUBLIC_TOKEN }} diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index cf75694..8a6924e 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -28,6 +28,7 @@ jobs: needs: test with: image: dit-docs/dsm-client + runs-on: "['ubuntu-latest']" secrets: username: ${{ secrets.HARBOR_PUBLIC_USER }} password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}