update for self-deploy using Docker

update

update

update for self-deploy using Docker
This commit is contained in:
2024-04-07 14:49:12 +07:00
committed by gabrielkheisa
parent 8c572600c0
commit 5b41c99602
3 changed files with 82 additions and 21 deletions

20
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Docker Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: docker build -t discord-badge .