Skip to content

Commit 5d159bd

Browse files
revert: remove builder workflow to automate deployments on ghcr.io
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent 291d58d commit 5d159bd

File tree

3 files changed

+4
-68
lines changed

3 files changed

+4
-68
lines changed

.github/workflows/builder.yml

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

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ permissions:
77
checks: write
88
contents: read
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
ci:
1612
runs-on: ubuntu-latest
@@ -49,6 +45,3 @@ jobs:
4945
with:
5046
dockerfile: Dockerfile
5147
ignore: DL3003,DL3008
52-
53-
# - name: Run tests 🧪
54-
# run: npm run test

.github/workflows/pipeline.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- master
1010

11+
concurrency:
12+
group: ci-${{ github.ref }}-1
13+
cancel-in-progress: true
14+
1115
jobs:
1216
extract-branch:
1317
name: 'Fetch branch'
@@ -34,13 +38,3 @@ jobs:
3438
needs:
3539
- extract-branch
3640
uses: maptiler/tileserver-gl/.github/workflows/ct.yml@master
37-
builder:
38-
name: 'Build & Publish Docker Image(s)'
39-
needs:
40-
- extract-branch
41-
- ci
42-
- ct
43-
if: ${{ github.event_name == 'push' }}
44-
uses: maptiler/tileserver-gl/.github/workflows/builder.yml@master
45-
with:
46-
branch: ${{ needs.extract-branch.outputs.current_branch }}

0 commit comments

Comments
 (0)