Skip to content

Commit

Permalink
BUG: Fix release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Jul 23, 2024
1 parent 08f0024 commit a8260cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
-
name: Edit tag for releases
run: |
META_TAG=${{ steps.meta.outputs.tags }}
STRIPPED_TAG=$( echo "${META_TAG#v}" )
GIT_TAG="${{ github.ref }}"
STRIPPED_TAG="${GIT_TAG#refs/tags/v}"
echo "DOCKER_TAG=${STRIPPED_TAG}" >> $GITHUB_ENV
-
name: Build and load (PR) or push (commit/tag)
Expand Down

0 comments on commit a8260cb

Please sign in to comment.