diff --git a/.github/workflows/auto_merge.yml b/.github/workflows/auto_merge.yml index af5008df7b..86cc3ecedf 100644 --- a/.github/workflows/auto_merge.yml +++ b/.github/workflows/auto_merge.yml @@ -11,6 +11,11 @@ concurrency: jobs: auto_merge: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 4c0df2428e..d9eb013281 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -17,6 +17,11 @@ concurrency: jobs: bump_version: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest steps: - name: Print contexts diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 05aaf46392..d0b848ca5e 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -17,6 +17,11 @@ env: jobs: build: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest steps: - name: Print contexts diff --git a/.github/workflows/check_version_bump.yml b/.github/workflows/check_version_bump.yml index 7cd8333758..eb9b08cc7d 100644 --- a/.github/workflows/check_version_bump.yml +++ b/.github/workflows/check_version_bump.yml @@ -13,6 +13,11 @@ concurrency: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/consistent_engine_node.yml b/.github/workflows/consistent_engine_node.yml index 7a4fdccf69..bf3196c243 100644 --- a/.github/workflows/consistent_engine_node.yml +++ b/.github/workflows/consistent_engine_node.yml @@ -21,6 +21,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/consistent_engine_npm.yml b/.github/workflows/consistent_engine_npm.yml index 6bdb1b8736..0ee06d2559 100644 --- a/.github/workflows/consistent_engine_npm.yml +++ b/.github/workflows/consistent_engine_npm.yml @@ -21,6 +21,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/consistent_nvmrc.yml b/.github/workflows/consistent_nvmrc.yml index 28bb83fc35..6e5a202fa2 100644 --- a/.github/workflows/consistent_nvmrc.yml +++ b/.github/workflows/consistent_nvmrc.yml @@ -22,6 +22,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/consistent_workflow_names.yml b/.github/workflows/consistent_workflow_names.yml index 31c4b23c49..fcc858cf5d 100644 --- a/.github/workflows/consistent_workflow_names.yml +++ b/.github/workflows/consistent_workflow_names.yml @@ -14,6 +14,11 @@ concurrency: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2b155107bc..a5d013b44f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -18,6 +18,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e83673de9..c726cc3536 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,11 @@ on: jobs: deploy: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest steps: - name: Print contexts diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e125f5b85c..ef73d9776c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock name: check runs-on: ubuntu-latest if: github.event.pull_request.draft == false diff --git a/.github/workflows/lockstep_version.yml b/.github/workflows/lockstep_version.yml index 79798e8d3d..1687c0895a 100644 --- a/.github/workflows/lockstep_version.yml +++ b/.github/workflows/lockstep_version.yml @@ -24,6 +24,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/prosoponator_bot.yml b/.github/workflows/prosoponator_bot.yml index 9eecee07bc..f034d29e3b 100644 --- a/.github/workflows/prosoponator_bot.yml +++ b/.github/workflows/prosoponator_bot.yml @@ -6,6 +6,11 @@ on: issue_comment jobs: comment: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock # This job only runs for pull request comments if: ${{ github.event.issue.pull_request }} runs-on: ubuntu-latest diff --git a/.github/workflows/provider_image.yml b/.github/workflows/provider_image.yml index 2283ef8662..adea877014 100644 --- a/.github/workflows/provider_image.yml +++ b/.github/workflows/provider_image.yml @@ -17,6 +17,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf256b7450..2045ac9eeb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,11 @@ env: jobs: check: + container: + image: prosopo/ci:latest + options: > + --volume ${{ github.workspace }}:/repo + --volume /var/run/docker.sock:/var/run/docker.sock runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: