Skip to content

Commit 03c8e6d

Browse files
committed
GitHub Workflow
1 parent 0f95317 commit 03c8e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
build:
99
# This is a *private* build container.
1010
# See docs/github_actions.md for more information.
11-
container: ghcr.io/my/game-build:main
11+
container: ghcr.io/HaydnTrigg/Castaway-Build:main
1212

1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
# Add game versions here
18-
version: [GAMEID]
18+
version: [R42P69]
1919

2020
steps:
2121
# Checkout the repository

0 commit comments

Comments
 (0)