backblaze-b2-action
Version updated for https://github.com/pigri/backblaze-b2-action to version v0.2.21.
- This action is used across all versions by 4 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of syncing a local directory from your repository or workflow with a remote bucket on Backblaze B2 cloud storage. It simplifies integration with Backblaze B2, which does not support S3-compatible APIs, by leveraging the official Backblaze CLI tool. This action is particularly useful for automating deployments, backups, and file synchronization to Backblaze B2 directly from GitHub workflows.
Release notes
What’s Changed
- Bump python from 3.14.2-alpine to 3.14.3-alpine by @dependabot[bot] in https://github.com/pigri/backblaze-b2-action/pull/54
- Update Dockerfile metadata and B2CLI version by @pigri in https://github.com/pigri/backblaze-b2-action/pull/55
Full Changelog: https://github.com/pigri/backblaze-b2-action/compare/v0.2.20...v0.2.21