Skip to content

Commit

Permalink
Use docker image from github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani authored Oct 9, 2024
1 parent a0ba52b commit 1878265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
container: henriquegemignani/docker-devkitpro-nintendont
container: ghcr.io/randovania/docker-devkitpro-nintendont:main
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
container: henriquegemignani/docker-devkitpro-nintendont
container: ghcr.io/randovania/docker-devkitpro-nintendont:main
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1878265

Please sign in to comment.