Commit Graph

7 Commits

Author SHA1 Message Date
pezkuwichain afa8bba099 fix(ci): change Docker Hub namespace from pezkuwichain/ to pezkuwi/
Docker Hub personal account namespace must match the username.
Updated all docker.io image references across workflows, actions,
docker-compose files, and zombienet configs.
2026-03-14 15:58:50 +03:00
pezkuwichain 83890ef729 fix(ci): update Docker action - fix master->main fallback tag, bump login-action to v3.7.0
- Fix Docker image tag fallback from 'master' to 'main' to match our default branch
- Bump docker/login-action from v3.5.0 to v3.7.0 for consistency with other workflows
2026-03-02 14:20:56 +03:00
pezkuwichain 434bec1a43 fix: simplify image push - use Docker Hub directly (docker.io/pezkuwichain) 2026-01-27 06:23:26 +03:00
pezkuwichain 8c1833689a fix: remove unused branch output from action 2026-01-27 06:21:36 +03:00
pezkuwichain 88f9b5a7d1 fix: pass GITHUB_TOKEN to build-push-image action for GHCR auth 2026-01-27 06:00:13 +03:00
pezkuwichain c5b6258f4f fix: switch container registry from GCP to GHCR
- Replace Parity's GCP registry (europe-docker.pkg.dev/parity-ci-2024)
  with GitHub Container Registry (ghcr.io/pezkuwichain)
- Add packages:write permission for GHCR push
- Update zombienet-env to use pezkuwichain images
- Fix paritypr references in zombienet tests
2026-01-27 05:57:33 +03:00
pezkuwichain ee389beb8c feat: Add rebrand CI/CD workflows to main branch
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus)
- Add GitHub actions, issue templates, and configs
- Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport)
- Renamed zombienet test files to match new naming convention
2025-12-19 22:51:57 +03:00