mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Update release-standalone-docker-img-postgres-offical.yml
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
infisical-standalone:
|
||||
name: Build infisical standalone image postgres
|
||||
runs-on: ubuntu-latest
|
||||
needs: [infisical-tests]
|
||||
# needs: [infisical-tests]
|
||||
steps:
|
||||
- name: Extract version from tag
|
||||
id: extract_version
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
infisical-fips-standalone:
|
||||
name: Build infisical standalone image postgres
|
||||
runs-on: ubuntu-latest
|
||||
needs: [infisical-tests]
|
||||
# needs: [infisical-tests]
|
||||
steps:
|
||||
- name: Extract version from tag
|
||||
id: extract_version
|
||||
@@ -134,4 +134,6 @@ jobs:
|
||||
--field ref="refs/tags/v0.150.0-nightly-20250926" \
|
||||
--field sha="$LATEST_SHA"
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# --field ref="refs/tags/${{ github.ref_name }}" \
|
||||
Reference in New Issue
Block a user