Skip to content

Commit

Permalink
DROPME: use PR build container
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jul 9, 2024
1 parent 3af10c1 commit 06bee03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/cpp
{
"name": "edgetx-dev",
"image": "ghcr.io/edgetx/edgetx-dev:latest",
"image": "ghcr.io/edgetx/edgetx-dev:pr-23",

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- xlites
- mt12
container:
image: ghcr.io/edgetx/edgetx-dev:latest
image: ghcr.io/edgetx/edgetx-dev:pr-23
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- xlite;xlites
- mt12
container:
image: ghcr.io/edgetx/edgetx-dev:latest
image: ghcr.io/edgetx/edgetx-dev:pr-23
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down

0 comments on commit 06bee03

Please sign in to comment.