Skip to content

Commit

Permalink
Merge pull request #1732 from ANTsX/release_semver
Browse files Browse the repository at this point in the history
CI: Drop v from release versions on docker hub
  • Loading branch information
cookpa authored Apr 30, 2024
2 parents d9bd815 + 4306a69 commit 1a41aad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: antsx/ants
tags: |
type=ref,event=tag,enable=true,strip-prefix=v
type=ref,event=branch
type=ref,event=pr,prefix=pr-
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 1a41aad

Please sign in to comment.