Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cstml/FMCt into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cstml committed Aug 10, 2021
2 parents e2cd753 + 8bc495e commit 5c524f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag fmctweb:$(date +%s)
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Haskell CI

on:
push:
branches: [ publicDev ]
branches: [ main, staging, publicDev ]
pull_request:
branches: [ publicDev ]
branches: [ main, staging, publicDev ]

jobs:
build:
Expand Down

0 comments on commit 5c524f6

Please sign in to comment.