Skip to content

Commit

Permalink
Move compute tag to seperate action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Jul 8, 2024
1 parent 4ea8cba commit f102b8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/serverless-operator-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/compute-tag
- id: chleb
uses: ./.github/actions/compute-tag

build-image:
needs: compute-tag
runs-on: ubuntu-latest
steps:
- run: echo ${{ needs.compute-tag.outputs.tag }}
- run: echo ${{ needs.chleb.outputs.tag }}
# uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
# with:
# name: serverless-operator/ga
Expand Down

0 comments on commit f102b8e

Please sign in to comment.