Skip to content

Commit

Permalink
Merge pull request #1776 from ANTsX/fix_release_tags
Browse files Browse the repository at this point in the history
BUG: Fix release tags
  • Loading branch information
cookpa authored Jul 23, 2024
2 parents 08f0024 + a8260cb commit 4f0d0e2
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 4f0d0e2

Please sign in to comment.