-
v1.1
StableAll checks were successfulbuild-and-upload-docker / build-and-upload (release) Successful in 1m6sreleased this
2025-11-04 14:59:56 +00:00 | 1 commits to trunk since this releaseRelease Description
Added Docker Build and Push Automation
This release introduces a new build and push script to streamline the Docker image creation and publishing process for the
rbvtopudding/gitea-act_runnerimage.New Features
build-and-push.sh- Automated Build and Push Script- Automated Docker image build process for
rbvtopudding/gitea-act_runner - Automatic push to Docker Hub after successful build
- Flexible tagging support (defaults to
latestif no tag specified) - Error handling with
set -euo pipefailfor robust execution - Progress messages for build and push operations
Usage
Manual Execution:
# Build and push with default "latest" tag ./build-and-push.sh # Build and push with specific tag ./build-and-push.sh v1.0.0Automated via Gitea Workflow:
The script is integrated with the Gitea workflow (.gitea/workflows/build-and-push.yaml) and will automatically build and push images when releases are published, using the release tag as the Docker image tag.What's Built
The Docker image is based on
gitea/act_runner:latestwith the following additional packages:nodejs- JavaScript runtimenpm- Node package managerdocker- Docker CLI
Requirements
- Docker must be installed and running
- Must be logged into Docker Hub (
docker login) before running the script
Downloads
- Automated Docker image build process for