Add GitHub Actions workflow for Docker container build and push

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-01 12:30:33 +00:00
parent 86b88fac3d
commit fc9e999b6a
3 changed files with 135 additions and 1 deletions
+4
View File
@@ -2,7 +2,11 @@ version: '3.8'
services:
pop3-forwarder:
# Option 1: Build from source (default)
build: .
# Option 2: Use pre-built image from GitHub Container Registry
# Uncomment the line below and comment out 'build: .' to use pre-built image
# image: ghcr.io/christianlouis/pop_puller_to_gmail:latest
container_name: pop3-gmail-forwarder
restart: unless-stopped
env_file: