From 7bc0789bdf3b203f9a710145ae1bff9a2de9e27c Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Wed, 25 Sep 2024 09:29:48 +1000 Subject: [PATCH] Change to branch ref for actions --- .github/workflows/publish-aws-nitro-enclave-docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-aws-nitro-enclave-docker.yaml b/.github/workflows/publish-aws-nitro-enclave-docker.yaml index 6146dbe21..9099af7f2 100644 --- a/.github/workflows/publish-aws-nitro-enclave-docker.yaml +++ b/.github/workflows/publish-aws-nitro-enclave-docker.yaml @@ -55,7 +55,7 @@ jobs: steps: - name: Build UID2 AWS EIF id: build_uid2_eif - uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main + uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-5-39-0-test-branch with: identity_scope: uid2 artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2 @@ -90,7 +90,7 @@ jobs: steps: - name: Build EUID AWS EIF id: build_euid_eif - uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main + uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-5-39-0-test-branch with: identity_scope: euid artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid