From 552bdc71be74fd0c24c7330a3ad9f932a823ba27 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Tue, 31 Oct 2023 13:49:59 -0500 Subject: [PATCH] Change workflows to use prototype images --- .github/workflows/beta-test-2gp.yml | 2 +- .github/workflows/beta-test-unlocked.yml | 2 +- .github/workflows/beta-test.yml | 2 +- .github/workflows/feature-test-2gp.yml | 2 +- .github/workflows/feature-test-unlocked.yml | 2 +- .github/workflows/feature-test.yml | 2 +- .github/workflows/release-1gp.yml | 2 +- .github/workflows/release-2gp-unlocked.yml | 2 +- .github/workflows/release-2gp.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/beta-test-2gp.yml b/.github/workflows/beta-test-2gp.yml index e2d9b7c..dae0839 100644 --- a/.github/workflows/beta-test-2gp.yml +++ b/.github/workflows/beta-test-2gp.yml @@ -15,7 +15,7 @@ jobs: name: "Beta Test 2GP" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: "${{ github.actor }}" diff --git a/.github/workflows/beta-test-unlocked.yml b/.github/workflows/beta-test-unlocked.yml index 0b0646c..c13b625 100644 --- a/.github/workflows/beta-test-unlocked.yml +++ b/.github/workflows/beta-test-unlocked.yml @@ -15,7 +15,7 @@ jobs: name: "Beta Test Unlocked" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }} diff --git a/.github/workflows/beta-test.yml b/.github/workflows/beta-test.yml index 5454e2a..b0d4b21 100644 --- a/.github/workflows/beta-test.yml +++ b/.github/workflows/beta-test.yml @@ -17,7 +17,7 @@ jobs: name: "Beta Test" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }} diff --git a/.github/workflows/feature-test-2gp.yml b/.github/workflows/feature-test-2gp.yml index 35c6dd6..4475264 100644 --- a/.github/workflows/feature-test-2gp.yml +++ b/.github/workflows/feature-test-2gp.yml @@ -28,7 +28,7 @@ jobs: name: "2GP Feature Test" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: "${{ github.actor }}" diff --git a/.github/workflows/feature-test-unlocked.yml b/.github/workflows/feature-test-unlocked.yml index b8211ba..7326d72 100644 --- a/.github/workflows/feature-test-unlocked.yml +++ b/.github/workflows/feature-test-unlocked.yml @@ -28,7 +28,7 @@ jobs: name: "2GP Feature Test" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }} diff --git a/.github/workflows/feature-test.yml b/.github/workflows/feature-test.yml index 5612e55..3743ff9 100644 --- a/.github/workflows/feature-test.yml +++ b/.github/workflows/feature-test.yml @@ -22,7 +22,7 @@ jobs: name: "Feature Test" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }} diff --git a/.github/workflows/release-1gp.yml b/.github/workflows/release-1gp.yml index 482a26f..e781b73 100644 --- a/.github/workflows/release-1gp.yml +++ b/.github/workflows/release-1gp.yml @@ -17,7 +17,7 @@ jobs: name: "Production Release" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }} diff --git a/.github/workflows/release-2gp-unlocked.yml b/.github/workflows/release-2gp-unlocked.yml index def1f58..3e2f868 100644 --- a/.github/workflows/release-2gp-unlocked.yml +++ b/.github/workflows/release-2gp-unlocked.yml @@ -15,7 +15,7 @@ jobs: name: "Release 2GP Unlocked" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }} diff --git a/.github/workflows/release-2gp.yml b/.github/workflows/release-2gp.yml index 83beccb..be09f39 100644 --- a/.github/workflows/release-2gp.yml +++ b/.github/workflows/release-2gp.yml @@ -15,7 +15,7 @@ jobs: name: "Release 2GP" runs-on: ubuntu-latest container: - image: ghcr.io/muselab-d2x/d2x:latest + image: ghcr.io/muselab-d2x/d2x:prototype options: --user root credentials: username: ${{ github.actor }}