diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a7f38d7..cd41e7b9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - txnlab/reti + algorandfoundation/reti tags: | type=ref,event=branch type=ref,event=pr diff --git a/.gitignore b/.gitignore index e4ffe156..64a59936 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env.* node_modules/ +.idea/ \ No newline at end of file