Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored Jun 26, 2024
1 parent b85441a commit 80aa456
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Tests
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
schedule:
- cron: 33 7 * * 1,3,5

jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build docker images
run: docker build -f Dockerfile -t picsureui .

0 comments on commit 80aa456

Please sign in to comment.