Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 3e876d4

Browse files
Merge pull request #56 from City-of-Helsinki/docker-image-ci
Docker image build CI
2 parents 153923a + 9657867 commit 3e876d4

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Docker Image CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 3 * * 0"
10+
11+
jobs:
12+
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- uses: actions/checkout@v3
19+
- name: Build the Docker image
20+
run: docker compose build

0 commit comments

Comments
 (0)