File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 99 workflow_dispatch :
1010 push :
1111
12- env :
13- RELEASE_TYPE : Patch
14- INFRA_OVERLAY_FOLDER : deployments/overlays
15- deployment_environment : " STAGING"
16- CREATE_RELEASE : false
17-
18-
1912
2013jobs :
2114 versioning :
@@ -26,12 +19,13 @@ jobs:
2619 contents : write
2720 attestations : write
2821 with :
29- RELEASE_TYPE : ${{env.RELEASE_TYPE}}
22+ RELEASE_TYPE : Patch
3023 secrets :
3124 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3225
3326
3427 build-docker-image :
28+ # Update dependency: now needs 'versioning' instead of 'read-version'
3529 needs : [versioning]
3630 uses : ./.github/workflows/reusable__build.yml
3731 with :
@@ -52,12 +46,12 @@ jobs:
5246 with :
5347 COMMIT_HASH : ${{needs.versioning.outputs.SHORT_COMMIT_HASH }}
5448 FULL_IMAGE_TAG : ${{ needs.versioning.outputs.IMAGE_TAG }}
55- INFRA_OVERLAY_FOLDER : ${{env.INFRA_OVERLAY_FOLDER}}
49+ INFRA_OVERLAY_FOLDER : deployments/overlays
5650 OKR_INFRA_REPOSITORY_PATH : ${{ vars.OKR_INFRA_REPOSITORY_PATH }}
5751 PUZZLE_GITLAB_FQDN : ${{vars.PUZZLE_GITLAB_FQDN}}
58- deployment_environment : ${{env.deployment_environment}}
52+ deployment_environment : " STAGING "
5953 SEMVER_VERSION : ${{ needs.versioning.outputs.SEMVER_VERSION }}
60- create_release : ${{ env.CREATE_RELEASE}}
54+ create_release : false
6155 DOCKER_REGISTRY : ${{ vars.DOCKER_REGISTRY }}
6256 DOCKER_USERNAME : ${{ vars.DOCKER_USERNAME }}
6357 secrets :
7165 uses : ./.github/workflows/reusable__deptrack-push-action.yml
7266 secrets : inherit
7367 with :
74- ENVIRONMENT_NAME : ${{env.deployment_environment}}
68+ ENVIRONMENT_NAME : STAGING
7569
7670 update-sonarqube :
7771 needs :
You can’t perform that action at this time.
0 commit comments