Skip to content

Commit

Permalink
Convert .github/workflows/publish-aws-nitro-enclave-docker.yaml to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 5, 2024
1 parent f941fd1 commit 3e7dd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-uid2-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Build UID2 Operator AMI
id: buildAMI
uses: IABTechLab/uid2-operator/.github/actions/build_ami@kcc-UID2-3331-update-ami-from-AL2-to-AL2023
uses: IABTechLab/uid2-operator/.github/actions/build_ami@main
with:
identity_scope: uid2
eif_repo_owner: ${{ env.REPO_OWNER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-aws-nitro-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Build UID2 AWS EIF
id: build_uid2_eif
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@kcc-UID2-3331-update-ami-from-AL2-to-AL2023
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
with:
identity_scope: uid2
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Build EUID AWS EIF
id: build_euid_eif
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@kcc-UID2-3331-update-ami-from-AL2-to-AL2023
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
with:
identity_scope: euid
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid
Expand Down

0 comments on commit 3e7dd0d

Please sign in to comment.