Skip to content

Commit

Permalink
fix: moved build jobs to correct dir (#168)
Browse files Browse the repository at this point in the history
* moved build jobs to correct dir

* removed test job in build image
  • Loading branch information
mfaizanse authored and marcobebway committed Oct 8, 2024
1 parent f6651b4 commit 97d52e6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/pull-build-image.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/pull-build-image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Pull Build Image

on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]

permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout

jobs:
build:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: eventing-publisher-proxy
dockerfile: Dockerfile
context: .
export-tags: true
File renamed without changes.
File renamed without changes.

0 comments on commit 97d52e6

Please sign in to comment.