iperf3-monitor/.github/workflows
google-labs-jules[bot] 6c0c29f53e fix: Add Docker login and permissions to CI workflow
This commit fixes the Docker image push failure in the CI workflow
by adding the necessary Docker login step and ensuring the correct
permissions are set for the GITHUB_TOKEN.

- Added a Docker login step using `docker/login-action@v3` to the
  `Build Docker Image` job in `.github/workflows/ci.yaml`. This
  authenticates to GHCR before attempting to push images.
- Added a `permissions` block to the `Build Docker Image` job, granting
  `packages: write` scope to the `GITHUB_TOKEN`. This is required
  to allow pushing packages to the GitHub Container Registry.
2025-06-20 19:13:32 +00:00
..
ci.yaml fix: Add Docker login and permissions to CI workflow 2025-06-20 19:13:32 +00:00
release.yml feat: Add support for arm64 architecture (#11) 2025-06-20 19:07:36 +05:30