Skip to content

Commit

Permalink
Add image builder
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Jun 11, 2024
1 parent 24560a4 commit 76a6b3d
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/image-build.yml
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: .

0 comments on commit 76a6b3d

Please sign in to comment.