Skip to content

Commit

Permalink
fix env reference
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsafin committed Oct 8, 2024
1 parent 2c2b77d commit cbbc395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo "REGISTRY=${{ matrix.registry }}" >> $GITHUB_ENV
echo "REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
elif [ ${{ matrix.registry }} == 'ecr' ]; then
echo "REGISTRY=${{ env.ECR_REGISTRY }}" >> $GITHUB_ENV
echo "REGISTRY=${{ vars.ECR_REGISTRY }}" >> $GITHUB_ENV
echo "REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
else
echo "REGISTRY=" >> $GITHUB_ENV
Expand Down

0 comments on commit cbbc395

Please sign in to comment.