diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 318a1d646c..c2a70e58f9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @gabmontes \ No newline at end of file +* @gabmontes diff --git a/.github/workflows/deploy-review-l2.yml b/.github/workflows/deploy-review-l2.yml index a8372c1e10..2ee4dd35e7 100644 --- a/.github/workflows/deploy-review-l2.yml +++ b/.github/workflows/deploy-review-l2.yml @@ -49,7 +49,7 @@ jobs: needs: make_slug uses: './.github/workflows/publish-image.yml' with: - tags: hemilabs/frontend:review-${{ needs.make_slug.outputs.REF_SLUG }} + tags: ghcr.io/blockscout/frontend:review-${{ needs.make_slug.outputs.REF_SLUG }} build_args: ENVS_PRESET=${{ inputs.envs_preset }} secrets: inherit diff --git a/.github/workflows/deploy-review.yml b/.github/workflows/deploy-review.yml index 466c7a2c9e..f183ead094 100644 --- a/.github/workflows/deploy-review.yml +++ b/.github/workflows/deploy-review.yml @@ -49,7 +49,7 @@ jobs: needs: make_slug uses: './.github/workflows/publish-image.yml' with: - tags: hemilabs/frontend:review-${{ needs.make_slug.outputs.REF_SLUG }} + tags: ghcr.io/blockscout/frontend:review-${{ needs.make_slug.outputs.REF_SLUG }} build_args: ENVS_PRESET=${{ inputs.envs_preset }} secrets: inherit diff --git a/docs/MANUAL_BUILD.md b/docs/MANUAL_BUILD.md deleted file mode 100644 index 55af92e9bf..0000000000 --- a/docs/MANUAL_BUILD.md +++ /dev/null @@ -1,6 +0,0 @@ -# Manually build and push Docker images - -The [Publish Docker image workflow](.github/workflows/publish-image.yml) can be manually triggered from the GitHub UI: - -1. Go to `Actions` and select the `Publish Docker image` workflow in the left. -1. Open the `Run workflow` pull-down in the right, select the branch and add a tag like `hemilabs/blockscout-frontend:latest`, then click the `Run workflow` button.