Skip to content

Commit

Permalink
Do some additional cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Jan 22, 2025
1 parent 57357ea commit 0c55195
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @gabmontes
* @gabmontes
2 changes: 1 addition & 1 deletion .github/workflows/deploy-review-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions docs/MANUAL_BUILD.md

This file was deleted.

0 comments on commit 0c55195

Please sign in to comment.