From cbd665950ff25d52c3e13d6f2ad0bdb50d5c963c Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Wed, 19 Apr 2023 17:25:24 +0200 Subject: [PATCH] bp --- .gitea/workflows/publish_package.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index 060d717..3754d93 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -1,4 +1,4 @@ -name: Publish Cargo package +name: Publish Cargo and Docker package run-name: ${{ github.actor }} is building ${{ github.repository }} on: push: @@ -35,11 +35,11 @@ jobs: - name: Check out repository code uses: https://github.com/actions/checkout@v3 - - name: Write release version - run: | - VERSION=${GITHUB_REF_NAME#v} - echo Version: $VERSION - echo "VERSION=$VERSION" >> $GITHUB_ENV + # - name: Write release version + # run: | + # VERSION=${GITHUB_REF_NAME#v} + # echo Version: $VERSION + # echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Install Docker run: curl -fsSL https://get.docker.com | sh