Skip to content

Commit 28f9cf4

Browse files
committed
Switch to shared container workflow
1 parent fd1ab73 commit 28f9cf4

File tree

2 files changed

+25
-105
lines changed

2 files changed

+25
-105
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
- '!dependabot/**'
8+
tags:
9+
- 'v*.*.*'
10+
pull_request:
11+
branches:
12+
- 'master'
13+
- 'main'
14+
- 'gh-pages'
15+
schedule:
16+
- cron: '25 3 */7 * *'
17+
workflow_dispatch:
18+
19+
concurrency:
20+
group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
21+
cancel-in-progress: true
22+
23+
jobs:
24+
container-build:
25+
uses: openstreetmap/github-shared-workflows/.github/workflows/container-build-publish.yml@main

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)