Skip to content

Commit

Permalink
Add simple CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Jul 5, 2024
1 parent 7de293f commit c0a3b8a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ci

on:
push:

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build image
run: |
./scripts/update.sh

0 comments on commit c0a3b8a

Please sign in to comment.