Skip to content

Commit

Permalink
Replace image_sha with commit_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Sep 20, 2024
1 parent 1d13c1e commit 1b1aae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aws-nitro-eif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
release_type: ${{ inputs.release_type }}
version_number_input: ${{ inputs.version_number_input }}
image_tag_suffix: ${{ env.ENCLAVE_PROTOCOL }}
image_sha: ${{ inputs.image_sha }}
commit_sha: ${{ inputs.commit_sha }}

outputs:
new_version: ${{ steps.update_version.outputs.new_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
release_type: ${{ inputs.release_type }}
version_number_input: ${{ inputs.version_number_input }}
image_tag_suffix: ${{ env.ENCLAVE_PROTOCOL }}
image_sha: ${{ inputs.image_sha }}
commit_sha: ${{ inputs.commit_sha }}

- name: Set up JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
release_type: ${{ inputs.release_type }}
version_number_input: ${{ inputs.version_number_input }}
image_tag_suffix: ${{ env.ENCLAVE_PROTOCOL }}
image_sha: ${{ inputs.image_sha }}
commit_sha: ${{ inputs.commit_sha }}

- name: Set up JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 1b1aae0

Please sign in to comment.