Skip to content

Commit

Permalink
Fix image tag (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine authored Oct 8, 2024
1 parent 4b1f14b commit 2910b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-aws-eks-nitro-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
needs: [buildUID2Image]
with:
operator_image_version: ${{ needs.buildUID2Image.outputs.eif_version_number }}
operator_image_version: ${{ needs.buildUID2Image.outputs.image_tag }}
operator_type: eks
eks: '{ "pcr0":"${{ needs.buildUID2Image.outputs.enclave_id }}"}'
identity_scope: UID2
secrets: inherit

cleanup:
Expand Down

0 comments on commit 2910b48

Please sign in to comment.