Skip to content

Commit

Permalink
build(gh): remove release tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoRyan authored Jan 30, 2022
1 parent 68ff07f commit 6f9ce8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: docker/metadata-action@v3
with:
images: yoryan/dsddns
# main tip is tagged "latest"; releases are tagged with "release-"
# main tip is tagged "latest"; releases are tagged "vX.X.X"
tags: |
type=schedule
type=ref,event=tag,prefix=release-
type=ref,event=tag
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
-
name: Login to DockerHub
Expand Down

0 comments on commit 6f9ce8f

Please sign in to comment.