From e3020764194c2ff2ce9031e5f30fb26b057dfdb2 Mon Sep 17 00:00:00 2001 From: Terence Tuhinanshu Date: Fri, 5 Jul 2024 17:43:10 -0400 Subject: [PATCH] Add simple CI workflow --- .github/workflows/ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..9fd97b6 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,18 @@ +name: ci + +on: + push: + +jobs: + docker: + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v4 + + - name: Setup Docker Buildx + uses: docker/setup-buildx-action@v3 + + - name: Build image + run: | + ./scripts/update.sh