Skip to content

Commit 04eda4a

Browse files
committed
TEMPORARY: Update Workflows
Why these changes are being introduced: We are using this docker-matomo repository to verify that the updates to the shared workflows for our automated deployment are working properly. Once this is all the way through to Prod, we'll merge the PR on the .github repo and then go through this again to clean up the workflows. How this addresses that need: * Update the workflows to point to a branch in the .github repository to use updated versions of our shared deployment workflows
1 parent 9de7121 commit 04eda4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/prod-promote.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
### docker-matomo-prod repository. ###
33

44
name: Prod Container Promote
5+
56
# checkov:skip=CKV2_GHA_1:The shared workflow contains the permissions constraints
67
# NOTE: The above checkov skip command doesn't actually work and this workflow
78
# will always show a checkov warning.
@@ -14,7 +15,7 @@ on:
1415
jobs:
1516
deploy:
1617
name: Prod Container Promote
17-
uses: mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@main
18+
uses: mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@INFRA-526
1819
secrets: inherit
1920
with:
2021
AWS_REGION: "us-east-1"

.github/workflows/stage-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### This is the Terraform-generated dev-build.yml workflow for the ###
22
### docker-matomo-stage app repository. ###
33
name: Stage Container Build and Deploy
4+
45
# checkov:skip=CKV2_GHA_1:The shared workflow contains the permissions constraints
56
# NOTE: The above checkov skip command doesn't actually work and this workflow
67
# will always show a checkov warning.
@@ -16,7 +17,7 @@ on:
1617
jobs:
1718
deploy:
1819
name: Stage Container Deploy
19-
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-stage.yml@main
20+
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-stage.yml@INFRA-526
2021
secrets: inherit
2122
with:
2223
AWS_REGION: "us-east-1"

0 commit comments

Comments
 (0)