We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0e0e commit 2c2b77dCopy full SHA for 2c2b77d
.github/workflows/docker_publish.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "REGISTRY=${{ matrix.registry }}" >> $GITHUB_ENV
86
echo "REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
87
elif [ ${{ matrix.registry }} == 'ecr' ]; then
88
- echo "REGISTRY=${{ steps.login-ecr-public.outputs.registry }}" >> $GITHUB_ENV
+ echo "REGISTRY=${{ env.ECR_REGISTRY }}" >> $GITHUB_ENV
89
90
else
91
echo "REGISTRY=" >> $GITHUB_ENV
0 commit comments