Create main.yml

This commit is contained in:
Gabriel Kheisa 2024-04-07 15:15:50 +07:00 committed by GitHub
parent 28be1cbbec
commit 9107c5d235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 .