Skip to content

Commit

Permalink
fix: docker build drops the 'v'
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Mar 27, 2024
1 parent eb72716 commit 58b8cb3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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:v2.10.0",
"image": "ghcr.io/edgetx/edgetx-dev:2.10.0",

// 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 @@ -69,7 +69,7 @@ jobs:
- xlites
- mt12
container:
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
image: ghcr.io/edgetx/edgetx-dev:2.10.0
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- xlite;xlites
- mt12
container:
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
image: ghcr.io/edgetx/edgetx-dev:2.10.0
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
image: ghcr.io/edgetx/edgetx-dev:2.10.0
volumes:
- ${{ github.workspace }}:/src

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- xlite;xlites
- mt12
container:
image: ghcr.io/edgetx/edgetx-dev:v2.10.0
image: ghcr.io/edgetx/edgetx-dev:2.10.0
volumes:
- ${{ github.workspace }}:/src
steps:
Expand Down

0 comments on commit 58b8cb3

Please sign in to comment.