8000 chore: drop v prefix from docker tag · rickengineering/postgres@d1ba094 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1ba094

Browse files
committed
chore: drop v prefix from docker tag
1 parent 615ea0a commit d1ba094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
supabase/postgres
3636
public.ecr.aws/t3w2s2c9/postgres
3737
tags: |
38-
type=raw,value=v${{ steps.settings.outputs.docker_version }}
38+
type=raw,value=${{ steps.settings.outputs.docker_version }}
3939
4040
- uses: docker/setup-qemu-action@v2
4141
with:

0 commit comments

Comments
 (0)
0