Skip to content

Commit

Permalink
feat: alter tag to use raw (supabase#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 authored and LashaJini committed Nov 13, 2024
1 parent 21180c5 commit 6adb9fe
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 6adb9fe

Please sign in to comment.