Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/static.yml

This file was deleted.

5 changes: 2 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ See `config.js` and `.env.example` for the full list.
GitHub Actions workflows in `.github/workflows/`:

1. **`docker-build.yml`** — On pull requests, `main`, version tags, or manual dispatch: lints, tests with coverage, checks OpenAPI drift, and publishes amd64/arm64 images to `ghcr.io/pinax-network/chains-api` outside pull requests.
2. **`static.yml`** — Publishes the dashboard and generated OpenAPI reference to GitHub Pages.
3. **`auto-tag.yml`** — Creates a version tag when `package.json` changes on `main`.
4. **`refresh-l2beat-fallback.yml`** — Refreshes the checked-in L2BEAT fallback weekly through a pull request.
2. **`auto-tag.yml`** — Creates a version tag when `package.json` changes on `main`.
3. **`refresh-l2beat-fallback.yml`** — Refreshes the checked-in L2BEAT fallback weekly through a pull request.

## Docker

Expand Down
Loading