Skip to content

Commit c7cda8f

Browse files
authored
chore: temporarily hardcode the chart version in workflow
1 parent acbd8bc commit c7cda8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.event_name != 'pull_request' }}
3131
with:
3232
name: postgrest
33-
tag: ${{ github.ref_name }}
33+
tag: 0.2.2
3434
repository: ${{ github.repository }}
3535
registry: ${{ env.REGISTRY }}
3636
registry_username: ${{ github.actor }}

0 commit comments

Comments
 (0)