discord-active-developer-badge/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 20: could not find expected ':'
2024-04-07 16:03:01 +07:00

25 lines
366 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
<<<<<<< HEAD
run: docker build -t discord-badge .
=======
run: docker build -t discord-badge .
>>>>>>> dev