From 95f8e2eb24ab9e87bf98925929687590103fa538 Mon Sep 17 00:00:00 2001 From: Joji Augustine Date: Wed, 17 Apr 2024 17:04:52 +0200 Subject: [PATCH] bump version to 0.2 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fc8ec61..e9f8bf8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,7 @@ name: Build dev container image on: push: branches: - - '*' + - main jobs: build-devcontainer-image: @@ -36,6 +36,6 @@ jobs: with: subFolder: ${{ matrix.image }} imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }} - imageTag: 0.1 + imageTag: latest,0.2 cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }} push: always \ No newline at end of file