Skip to content

Commit

Permalink
Ensure version is set when loading image into kind (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz authored May 27, 2024
1 parent 64bd04f commit 54dde37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
GH_GET_RETRIES: 5
shell: bash
run: |
make docker-image-load load-docker-image IMAGE_ARCHIVE_FILE="${{ inputs.operator-image-archive }}"
make docker-image-load load-docker-image VERSION=${{ inputs.version }} IMAGE_ARCHIVE_FILE="${{ inputs.operator-image-archive }}"
- name: "${{ inputs.installation-method }} enterprise=${{ inputs.vault-enterprise }}"
env:
INTEGRATION_TESTS: "true"
Expand Down

0 comments on commit 54dde37

Please sign in to comment.