Skip to content

Commit

Permalink
chore: build main tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vandjelk authored Nov 22, 2024
1 parent 2373497 commit f1b4bc5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cloud-manager-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,10 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
build-image-with-tag:
if: github.ref_type == 'tag'
build-image:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
tags: ${{ github.ref_name }}
name: cloud-manager
dockerfile: Dockerfile
export-tags: true
build-image-no-tag:
if: github.ref_type != 'tag'
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: cloud-manager
dockerfile: Dockerfile
export-tags: true

0 comments on commit f1b4bc5

Please sign in to comment.