Skip to content

Commit

Permalink
Change workflows to use prototype images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lantz authored and Jason Lantz committed Oct 31, 2023
1 parent fadd021 commit 552bdc7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-test-2gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-test-unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-test-2gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-test-unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-1gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-2gp-unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-2gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 552bdc7

Please sign in to comment.