diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml deleted file mode 100644 index ea91a59fb..000000000 --- a/.github/workflows/base.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: "Build Base" -run-name: Build Base of ${{ github.ref_name }} by @${{ github.actor }} -on: - workflow_dispatch: - inputs: - debug_enabled: - type: boolean - description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' - required: false - default: false - -jobs: - build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.13 - secrets: inherit - with: - platforms: "linux/amd64" # "linux/amd64,linux/arm64" - target: hyku-base - image_name: samvera/hyku/base diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index a718cf720..fd3a87718 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -17,20 +17,21 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.13 + uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14 secrets: inherit with: platforms: "linux/amd64" - target: hyku-base - worker: true + webTarget: hyku-base workerTarget: hyku-worker test: needs: build - uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.13 + uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.14 with: - worker: true + webTarget: hyku-base + workerTarget: hyku-worker lint: needs: build - uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.13 + uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.14 with: - worker: true + webTarget: hyku-base + workerTarget: hyku-worker diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7ba5dde17..0fe17875e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,5 +20,5 @@ on: jobs: deploy: - uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.13 + uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.14 secrets: inherit