From 8769ab5de7a2641c660b62ac38108811f44a347e Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Thu, 6 Apr 2023 09:00:27 +0000 Subject: [PATCH] workflow --- .github/workflows/ci-tag.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 9fa8617d..882ccef2 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -36,15 +36,6 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - name: Create short sha - run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV - - - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - WITH_V: true - - name: "Get Previous tag" id: previoustag uses: "WyriHaximus/github-action-get-previous-tag@v1"