Skip to content

Commit

Permalink
Merge pull request #37 from kyma-project/szeort-patch-9
Browse files Browse the repository at this point in the history
Update build-korifi.yml
  • Loading branch information
szeort authored Aug 13, 2024
2 parents 61c6560 + d38bfda commit c7c8dec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-korifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- name: 'Checkout Korifi-Trinity'
uses: actions/checkout@v3
with:
repository: unified-runtime/korifi-trinity
ref: v${{ env.V_KORIFI }}
Expand All @@ -35,14 +36,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: create korifi release artifacts
- name: Create korifi release artifacts
env:
VERSION: ${{ env.V_KORIFI }}
DOCKER_REGISTRY: ${{ env.REGISTRY }}
DOCKER_REGISTRY_USER: ${{ github.actor }}
DOCKER_REGISTRY_PASS: ${{ secrets.GITHUB_TOKEN }}
shell: bash
working-directory: .korifi
working-directory: '.korifi'
run: |
run: ./scripts/create-korifi-release.sh ${{ env.V_KORIFI }}
Expand Down

0 comments on commit c7c8dec

Please sign in to comment.