Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/sigrokproject/sigrok-mxe:latest
image: ghcr.io/${{ github.repository_owner }}/sigrok-mxe:latest

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

- name: Checkout sigrok's PulseView
# Check out default PV repository unless we're processing a pull request
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
# TODO: Clone from sigrok.org
repository: sigrokproject/pulseview
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Checkout PulseView from PR
# Check out PV branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/sigrokproject/sigrok-mxe:latest
image: ghcr.io/${{ github.repository_owner }}/sigrok-mxe:latest

strategy:
matrix:
Expand Down Expand Up @@ -192,15 +192,15 @@ jobs:
- name: Checkout sigrok's sigrok-cli
# Check out default sigrok-cli repository unless we're processing a pull request
if: (github.event_name != 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: sigrokproject/sigrok-cli
path: sigrok-cli

- name: Checkout sigrok-cli from PR
# Check out sigrok-cli branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/sigrokproject/sigrok-appimage-${{ matrix.target.container }}:latest
image: ghcr.io/${{ github.repository_owner }}/sigrok-appimage-${{ matrix.target.container }}:latest

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

- name: Checkout sigrok's PulseView
# Check out default PV repository unless we're processing a pull request
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
# TODO: Clone from sigrok.org
repository: sigrokproject/pulseview
Expand All @@ -329,7 +329,7 @@ jobs:
- name: Checkout PulseView from PR
# Check out PV branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/sigrokproject/sigrok-appimage-${{ matrix.target.container }}:latest
image: ghcr.io/${{ github.repository_owner }}/sigrok-appimage-${{ matrix.target.container }}:latest

strategy:
matrix:
Expand Down Expand Up @@ -449,15 +449,15 @@ jobs:
- name: Checkout sigrok's sigrok-cli
# Check out default sigrok-cli repository unless we're processing a pull request
if: (github.event_name != 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: sigrokproject/sigrok-cli
path: sigrok-cli

- name: Checkout sigrok-cli from PR
# Check out sigrok-cli branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:

- name: Checkout sigrok's PulseView
# Check out default PV repository unless we're processing a pull request
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
# TODO: Clone from sigrok.org
repository: sigrokproject/pulseview
Expand All @@ -567,7 +567,7 @@ jobs:
- name: Checkout PulseView from PR
# Check out PV branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -666,7 +666,7 @@ jobs:

- name: Checkout sigrok's PulseView
# Check out default PV repository unless we're processing a pull request
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
# TODO: Clone from sigrok.org
repository: sigrokproject/pulseview
Expand All @@ -675,7 +675,7 @@ jobs:
- name: Checkout PulseView from PR
# Check out PV branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -765,15 +765,15 @@ jobs:
- name: Checkout sigrok's sigrok-cli
# Check out default sigrok-cli repository unless we're processing a pull request
if: (github.event_name != 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: sigrokproject/sigrok-cli
path: sigrok-cli

- name: Checkout sigrok-cli from PR
# Check out sigrok-cli branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -857,15 +857,15 @@ jobs:
- name: Checkout sigrok's sigrok-cli
# Check out default sigrok-cli repository unless we're processing a pull request
if: (github.event_name != 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: sigrokproject/sigrok-cli
path: sigrok-cli

- name: Checkout sigrok-cli from PR
# Check out sigrok-cli branch of the pull request we're processing
if: (github.event_name == 'pull_request')
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down