Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Jan 25, 2024
1 parent 2c57696 commit c5f97e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/build-and-push-to-quay/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ inputs:
ecr_registry:
description: 'The AWS ECR Registry ARN'
required: true
default: 484221059514.dkr.ecr.us-east-1.amazonaws.com
outputs: {}
runs:
using: "composite"
Expand Down Expand Up @@ -174,15 +173,11 @@ runs:
if: inputs.image_name == 'standard-cnpg' || inputs.image_name == 'ml-cnpg' || inputs.image_name == 'dw-cnpg'
uses: unfor19/install-aws-cli-action@v1

- name: Debug AWS STS Identity
if: inputs.image_name == 'standard-cnpg' || inputs.image_name == 'ml-cnpg' || inputs.image_name == 'dw-cnpg'
shell: bash
run: aws sts get-caller-identity

- name: Push to ECR
if: inputs.image_name == 'standard-cnpg' || inputs.image_name == 'ml-cnpg' || inputs.image_name == 'dw-cnpg'
shell: bash
run: |
aws sts get-caller-identity
set -xe
IFS=' ' read -ra TAG_ARRAY <<< "${{ steps.tags.outputs.TAGS }}"
for tag in "${TAG_ARRAY[@]}"; do
Expand Down

0 comments on commit c5f97e7

Please sign in to comment.