Update GitHub Actions workflow and Dockerfile for webhook service configuration
This commit is contained in:
parent
40116ec84c
commit
b7638d2b78
3 changed files with 20 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue