Skip to content

Commit

Permalink
Run Arch build using newly updated Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Aug 16, 2024
1 parent 944ea63 commit 290b968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
fail-fast: false
matrix:
image:
- "nas2d-arch:1.4"
- "nas2d-arch:1.5"
runs-on: ubuntu-latest
container:
image: "outpostuniverse/${{ matrix.image }}"
image: "ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 290b968

Please sign in to comment.