fix-preprod-deploy (#9955)
This commit is contained in:
parent
7eac28087d
commit
df3b6add17
|
@ -7,6 +7,7 @@ jobs:
|
||||||
deploy-to-legacy-preprod-env:
|
deploy-to-legacy-preprod-env:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: 'Get Previous tag'
|
- name: 'Get Previous tag'
|
||||||
id: previoustag
|
id: previoustag
|
||||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||||
|
|
|
@ -120,6 +120,7 @@ jobs:
|
||||||
RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
|
RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
|
||||||
|
|
||||||
deploy-to-legacy-preprod-env:
|
deploy-to-legacy-preprod-env:
|
||||||
|
needs: [release-images]
|
||||||
uses: ./.github/workflows/deploy-preprod.yml
|
uses: ./.github/workflows/deploy-preprod.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue