Skip to content

Commit

Permalink
Use branch version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Sep 20, 2024
1 parent 7596945 commit 1b64fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-aws-eks-nitro-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- name: Build Docker Image for EKS Pod
id: build_docker_image_uid
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@main
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@tjm-UID2-4116-fix-release-builds
with:
identity_scope: uid2
artifacts_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- name: Build Docker Image for EKS Pod
id: build_docker_image_euid
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@main
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@tjm-UID2-4116-fix-release-builds
with:
identity_scope: euid
artifacts_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid
Expand Down

0 comments on commit 1b64fb2

Please sign in to comment.