generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 1
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
24560a4
commit 76a6b3d
Showing
1 changed file
with
7 additions
and
15 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,22 +1,14 @@ | ||
name: pull-build-test-out-org.yml | ||
# description: Build image for rotate-service-account | ||
name: push-build-image-builder.yml | ||
# description: "Build image-builder image for image-builder application." | ||
on: | ||
pull_request_target: | ||
types: [ opened, edited, synchronize, reopened, ready_for_review ] | ||
paths: | ||
- "cmd/cloud-run/rotate-service-account/Dockerfile" | ||
- "cmd/cloud-run/rotate-service-account/*.go" | ||
- "pkg/**" | ||
- "go.mod" | ||
- "go.sum" | ||
permissions: | ||
id-token: write # This is required for requesting the JWT token | ||
contents: read # This is required for actions/checkout | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build-image: | ||
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main | ||
uses: kyma-project/test-infra/.github/workflows/image-builder.yml | ||
with: | ||
name: ip-auth | ||
name: image-builder | ||
dockerfile: Dockerfile | ||
context: . |