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 }}