Add GitHub action

This commit is contained in:
Aram 🍐 2023-07-21 20:33:08 -04:00
parent f64a55b206
commit 7a6e28023d
2 changed files with 56 additions and 0 deletions

21
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,21 @@
on: [push, pull_request]
name: Build
jobs:
build:
name: build
runs-on: ubuntu-latest
env:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Build Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
push: false
tags: dev