Skip to content

Commit c89c323

Browse files
committed
use shell bash
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 19555a7 commit c89c323

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/container-pull/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runs:
1818
steps:
1919

2020
- name: ECR login
21+
shell: bash
2122
run: |
2223
aws ecr get-login-password --region ${{ inputs.aws_region }} | docker login --username AWS --password-stdin ${{ inputs.aws_account_id }}.dkr.ecr.${{ inputs.aws_region }}.amazonaws.com
2324
@@ -27,11 +28,13 @@ runs:
2728
name: ${{ inputs.artifact_name }}
2829

2930
- name: Resolve image URI for test
31+
shell: bash
3032
run: |
3133
IMAGE_URI=$(cat image_uri.txt)
3234
echo "Resolved image URI: $IMAGE_URI"
3335
echo "IMAGE_URI=$IMAGE_URI" >> $GITHUB_ENV
3436
3537
- name: Pull image
38+
shell: bash
3639
run: |
3740
docker pull $IMAGE_URI

0 commit comments

Comments
 (0)