Skip to content

Commit eb72716

Browse files
committed
chore(ci): pin build-edgetx version
1 parent 83017f2 commit eb72716

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/cpp
33
{
44
"name": "edgetx-dev",
5-
"image": "ghcr.io/edgetx/edgetx-dev:latest",
5+
"image": "ghcr.io/edgetx/edgetx-dev:v2.10.0",
66

77
// Add the IDs of extensions you want installed when the container is created.
88
"extensions": [

.github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- xlites
7070
- mt12
7171
container:
72-
image: ghcr.io/edgetx/edgetx-dev:latest
72+
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
7373
volumes:
7474
- ${{ github.workspace }}:/src
7575
steps:
@@ -112,7 +112,7 @@ jobs:
112112
- xlite;xlites
113113
- mt12
114114
container:
115-
image: ghcr.io/edgetx/edgetx-dev:latest
115+
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
116116
volumes:
117117
- ${{ github.workspace }}:/src
118118
steps:

.github/workflows/linux_cpn.yml

+1-1
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:v2.10.0
3333
volumes:
3434
- ${{ github.workspace }}:/src
3535

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- xlite;xlites
3535
- mt12
3636
container:
37-
image: ghcr.io/edgetx/edgetx-dev:latest
37+
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
3838
volumes:
3939
- ${{ github.workspace }}:/src
4040
steps:

0 commit comments

Comments
 (0)