From d23c7fd0dc2072cd260cbf2ea1595323dc173ae9 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Sun, 29 Sep 2024 01:39:53 +0300 Subject: [PATCH] build: add version tag --- .devcontainer/devcontainer.json | 2 +- .github/workflows/prebuild-devcontainers.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ef71072f9f..586571ba2b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } diff --git a/.github/workflows/prebuild-devcontainers.yml b/.github/workflows/prebuild-devcontainers.yml index 35d318d3e0..f4500012ce 100644 --- a/.github/workflows/prebuild-devcontainers.yml +++ b/.github/workflows/prebuild-devcontainers.yml @@ -7,6 +7,7 @@ on: paths: - '.devcontainer/**' - '.github/workflows/prebuild-devcontainers.yml' + workflow_dispatch: jobs: build: @@ -34,6 +35,7 @@ jobs: uses: devcontainers/ci@v0.3 with: imageName: ghcr.io/dashpay/platform/devcontainer + imageTag: 0.1.0 platform: linux/amd64,linux/arm64 configFile: .devcontainer/devcontainer-build.json push: true