From 3320c6e6a7e496e75f9d2b386aa88ac608d407f9 Mon Sep 17 00:00:00 2001 From: cloudforet-admin Date: Fri, 5 Jan 2024 19:52:38 +0900 Subject: [PATCH] [CI] Deploy CI --- .github/workflows/dispatch_build_dev.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dispatch_build_dev.yaml b/.github/workflows/dispatch_build_dev.yaml index 99212c5..7d83ed7 100644 --- a/.github/workflows/dispatch_build_dev.yaml +++ b/.github/workflows/dispatch_build_dev.yaml @@ -20,7 +20,7 @@ jobs: - name: set version with current date id: versioning run: | - echo "VERSION=$(cat src/VERSION | cut -c 2-).${{ env.TIME }}" >> $GITHUB_OUTPUT + echo "VERSION=$(sed 's/v//' < src/VERSION).${{ env.TIME }}" >> $GITHUB_OUTPUT - name: Notice when job fails if: failure() uses: 8398a7/action-slack@v3.2.0 @@ -61,7 +61,6 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platform: ${{ env.ARCH }} push: true tags: pyengine/${{ env.SERVICE }}:${{ env.VERSION }}