Update GitHub Actions workflow and Dockerfile for webhook service configuration

This commit is contained in:
암냥 2026-03-06 23:36:48 +09:00
commit b7638d2b78
No known key found for this signature in database
3 changed files with 20 additions and 5 deletions

View file

@ -4,7 +4,7 @@ on:
- main
workflow_dispatch:
name: Web Build
name: Docker Build
jobs:
build:
runs-on: ubuntu-latest
@ -31,5 +31,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
ghcr.io/imnyang/today.sunrin:latest
ghcr.io/imnyang/today.sunrin:${{ github.run_id }}
ghcr.io/imnyang/today.webhook:latest
ghcr.io/imnyang/today.webhook:${{ github.run_id }}