Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit fde39bc

Browse files
iniansoedirgo
authored andcommitted
fix: release workflow
1 parent b9135c4 commit fde39bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
images: |
2121
supabase/deno-relay
2222
public.ecr.aws/t3w2s2c9/deno-relay
23-
flavor: |
24-
latest=false
2523
tags: |
26-
type=ref,event=tag
27-
type=raw,value=${{ inputs.version }},enable=${{ github.event_name != 'push' }}
24+
type=raw,value=${{ inputs.version }}
2825
- uses: docker/setup-qemu-action@v2
2926
with:
3027
platforms: amd64,arm64

0 commit comments

Comments
 (0)