Skip to content

Commit

Permalink
Move compute tag to seperate action v6
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Jul 8, 2024
1 parent 51401fc commit 1448c3d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/serverless-operator-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ permissions:
contents: read

jobs:
compute-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: chleb
uses: ./.github/actions/compute-tag
# compute-tag:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - id: chleb
# uses: ./.github/actions/compute-tag
# -

build-image:
needs: compute-tag
runs-on: ubuntu-latest
steps:
- run: echo ${{ needs.compute-tag.chleb.outputs.tag }}
- uses: actions/checkout@v4
- id: chleb
uses: ./.github/actions/compute-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 1448c3d

Please sign in to comment.