Skip to content

Commit

Permalink
Merge pull request #82 from kyma-project/workflow-korifi-fix
Browse files Browse the repository at this point in the history
fix release draft workflow
  • Loading branch information
szeort authored Oct 9, 2024
2 parents b3f3a5d + b288817 commit 91ad510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
id: version

- name: docker build
run: VERSION=${{ steps.version.outputs.version }} make docker-build
run: VERSION=${{ steps.version.outputs.version }} KORIFI_REF=${{ vars.KORIFI_REF }} make docker-build

- name: docker-push
- name: docker-push
run: VERSION=${{ steps.version.outputs.version }} make docker-push

- name: prepare release artifacts
Expand Down

0 comments on commit 91ad510

Please sign in to comment.