discord-active-developer-badge/.github/workflows/main.yml
gabrielkheisa 5b41c99602 update for self-deploy using Docker
update

update

update for self-deploy using Docker
2024-04-07 15:57:41 +07:00

20 lines
289 B
YAML

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 .