Skip to content

Commit

Permalink
feat: alter tag to use raw (#1427)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

Mirror Supabase Storage and use the [raw
tag](https://github.com/supabase/storage/blob/master/.github/workflows/release.yml#L59C13-L59C29)

Currently, v tag [still doesn't show
up](https://hub.docker.com/r/supabase/gotrue/tags)
  • Loading branch information
J0 committed Feb 14, 2024
1 parent 91e0e24 commit 53cfe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern=v{{version}},value=${{ inputs.version }},enable=true
type=raw,value=v${{ inputs.version }},enable=true
- uses: docker/setup-qemu-action@v2
with:
Expand Down

0 comments on commit 53cfe5d

Please sign in to comment.