-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
516021f
commit 9c400ee
Showing
4 changed files
with
27 additions
and
55 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
.external_modules/github.com/osinfra-io/terraform-core-helpers/v0.1.2
Submodule v0.1.2
deleted from
30d987
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Release | ||
|
||
on: | ||
release: | ||
types: [published] | ||
|
||
permissions: | ||
contents: read | ||
id-token: write | ||
|
||
jobs: | ||
build_and_push_us: | ||
name: "Sandbox Registry: us-docker.pkg.dev" | ||
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.1.7 | ||
if: github.actor != 'dependabot[bot]' | ||
with: | ||
cache_from: type=registry,ref=us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:latest | ||
cache_to: type=inline | ||
build_args: | | ||
DD_GIT_REPOSITORY_URL=https://github.com/${{ github.repository }} | ||
DD_GIT_COMMIT_SHA=${{ github.sha }} | ||
registry: us-docker.pkg.dev | ||
service_account: plt-istio-test-github@plt-lz-terraform-tf00-sb.iam.gserviceaccount.com | ||
tags: | | ||
us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:${{ github.event.release.tag_name }} | ||
us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:latest | ||
workload_identity_provider: projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters