Skip to content

Commit f6358ee

Browse files
committed
use exact name instead output variable
1 parent 07f0e0e commit f6358ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "REGISTRY=${{ matrix.registry }}" >> $GITHUB_ENV
8686
echo "REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
8787
elif [ ${{ matrix.registry }} == 'ecr' ]; then
88-
echo "REGISTRY=${{ steps.login-ecr-public.outputs.registry }}" >> $GITHUB_ENV
88+
echo "REGISTRY=public.ecr.aws/s0v8j8q9" >> $GITHUB_ENV
8989
echo "REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
9090
else
9191
echo "REGISTRY=" >> $GITHUB_ENV

0 commit comments

Comments
 (0)