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 Aug 20, 2024
1 parent a9c492f commit 93cf7b1
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 @@ -71,7 +71,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 @@ -115,7 +115,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 93cf7b1

Please sign in to comment.