Skip to content

Commit 18fdd75

Browse files
authored
chore: test EdgeTX/build-edgetx#29 build container
1 parent 5a7a50f commit 18fdd75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- nb4p
7575
- st16
7676
container:
77-
image: ghcr.io/edgetx/edgetx-dev:latest
77+
image: ghcr.io/edgetx/edgetx-dev:pr-29
7878
volumes:
7979
- ${{ github.workspace }}:/src
8080
steps:
@@ -121,7 +121,7 @@ jobs:
121121
- nb4p
122122
- st16
123123
container:
124-
image: ghcr.io/edgetx/edgetx-dev:latest
124+
image: ghcr.io/edgetx/edgetx-dev:pr-29
125125
volumes:
126126
- ${{ github.workspace }}:/src
127127
steps:

.github/workflows/linux_cpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
container:
32-
image: ghcr.io/edgetx/edgetx-dev:latest
32+
image: ghcr.io/edgetx/edgetx-dev:pr-29
3333
volumes:
3434
- ${{ github.workspace }}:/src
3535

0 commit comments

Comments
 (0)