Skip to content

Commit

Permalink
build: add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 28, 2024
1 parent 1bd45ea commit d23c7fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Dash Platform Dev Container",
"image": "ghcr.io/dashpay/platform/devcontainer:latest"
"image": "ghcr.io/dashpay/platform/devcontainer:0.1.0"
}
2 changes: 2 additions & 0 deletions .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- '.devcontainer/**'
- '.github/workflows/prebuild-devcontainers.yml'
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -34,6 +35,7 @@ jobs:
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/dashpay/platform/devcontainer
imageTag: 0.1.0
platform: linux/amd64,linux/arm64
configFile: .devcontainer/devcontainer-build.json
push: true
Expand Down

0 comments on commit d23c7fd

Please sign in to comment.