Skip to content

Commit

Permalink
build.yml: Change docker image path to sigrok repo
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 11, 2024
1 parent 785b4a4 commit 22280bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/abraxa/sigrok-mxe:latest
image: ghcr.io/sigrokproject/sigrok-mxe:latest

strategy:
matrix:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/abraxa/sigrok-mxe:latest
image: ghcr.io/sigrokproject/sigrok-mxe:latest

strategy:
matrix:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/abraxa/sigrok-appimage-${{ matrix.target.container }}:latest
image: ghcr.io/sigrokproject/sigrok-appimage-${{ matrix.target.container }}:latest

strategy:
matrix:
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/abraxa/sigrok-appimage-${{ matrix.target.container }}:latest
image: ghcr.io/sigrokproject/sigrok-appimage-${{ matrix.target.container }}:latest

strategy:
matrix:
Expand Down

0 comments on commit 22280bd

Please sign in to comment.