Skip to content

Commit

Permalink
test tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanko1 committed Dec 1, 2023
1 parent a3b6564 commit c8e2b0a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/actions/promote_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,13 @@ runs:
for tag in $(echo ${{ inputs.image-tags }} | sed "s/,/ /g"); do
docker pull ${{ inputs.source-account-id }}.dkr.ecr.${{ inputs.source-region }}.amazonaws.com/${{ inputs.image-name }}:$tag
done
# - name: configurate_destination_account_aws_credentials
# uses: aws-actions/configure-aws-credentials@v3
# - name: bootstrap_destination_ecr_registry
# uses: jupiterone/provision-cortex/.github/actions/create_ecr_repo@SRE-1479
# with:
# role-to-assume: arn:aws:iam::${{ inputs.destination-account-id }}:role/github-pull-request-role
# role-session-name: main-role-session-${{ inputs.image-name }}
# aws-region: us-east-1
- name: bootstrap_destination_ecr_registry
uses: jupiterone/provision-cortex/.github/actions/create_ecr_repo@SRE-1479
with:
codeowner: SRE
image-names: ${{ inputs.image-name }}
project-name: provision-cortex
target-environment: dev
# codeowner: SRE
# image-names: ${{ inputs.image-name }}
# project-name: provision-cortex
# target-environment: dev
- name: copy_to_destination_registry
shell: bash
run: |
Expand Down

0 comments on commit c8e2b0a

Please sign in to comment.