mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
trigger on none prefix version
This commit is contained in:
@@ -2,8 +2,7 @@ name: Release production images (frontend, backend)
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "infisical/v*.*.*"
|
||||
- "!infisical/v*.*.*-postgres"
|
||||
- "v*.*.*"
|
||||
|
||||
jobs:
|
||||
backend-image:
|
||||
@@ -12,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Extract version from tag
|
||||
id: extract_version
|
||||
run: echo "::set-output name=version::${GITHUB_REF_NAME#infisical/}"
|
||||
run: echo "::set-output name=version::${GITHUB_REF_NAME}"
|
||||
- name: ☁️ Checkout source
|
||||
uses: actions/checkout@v3
|
||||
- name: 📦 Install dependencies to test all dependencies
|
||||
|
||||
Reference in New Issue
Block a user