Skip to content

Commit

Permalink
feat: drop sha hash tag (#1422)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

We currently publish a version with
[`sha-<version`](https://hub.docker.com/r/supabase/gotrue/tags)

This might not be intended:
https://supabase.slack.com/archives/C022071RB2L/p1707820895946899?thread_ts=1707807464.786769&cid=C022071RB2L
so we drop it for now
  • Loading branch information
J0 committed Feb 13, 2024
1 parent 499455e commit 76853ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
flavor: |
latest=false
tags: |
type=sha,enable=true
type=semver,pattern={{version}},value=${{ inputs.version }},enable=true
- uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 76853ce

Please sign in to comment.