Skip to content

Commit

Permalink
adjust repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Jan 25, 2024
1 parent 1c75db7 commit 2c57696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-push-to-quay/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ runs:
set -xe
IFS=' ' read -ra TAG_ARRAY <<< "${{ steps.tags.outputs.TAGS }}"
for tag in "${TAG_ARRAY[@]}"; do
docker tag ${{ inputs.image_name }}:$tag ${{ inputs.ecr_registry }}/tembo/${{ inputs.image_name }}:$tag
docker push ${{ inputs.ecr_registry }}/tembo/${{ inputs.image_name }}:$tag
docker tag ${{ inputs.image_name }}:$tag ${{ inputs.ecr_registry }}/tembo-io/${{ inputs.image_name }}:$tag
docker push ${{ inputs.ecr_registry }}/tembo-io/${{ inputs.image_name }}:$tag
done

0 comments on commit 2c57696

Please sign in to comment.