Skip to content

Commit

Permalink
push new image
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 committed Jan 25, 2024
1 parent c06a946 commit ea2df80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/reporting-v2-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:

jobs:
push-images:
uses: ./.github/workflows/push-images.yml

terraform:
uses: ./.github/workflows/terraform-cmms.yml
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ MAVEN_ARTIFACTS_DICT = dict(common_jvm_maven_artifacts_dict().items() + {
"com.google.crypto.tink:tink-gcpkms": "1.9.0",
"com.google.crypto.tink:tink-awskms": "1.9.1",
"com.google.apis:google-api-services-storage": "v1-rev20240105-2.0.0",
"com.google.apis:google-api-services-sqladmin": "v1-rev20240101-2.0.0",
"com.google.apis:google-api-services-sqladmin": "v1-rev20240115-2.0.0",
}.items())

EXCLUDED_MAVEN_ARTIFACTS = [x for x in COMMON_JVM_EXCLUDED_ARTIFACTS if x != "org.slf4j:slf4j-log4j12"] + ["org.apache.beam:beam-sdks-java-io-kafka"]
Expand Down

0 comments on commit ea2df80

Please sign in to comment.