Skip to content

Commit 9c10afd

Browse files
committed
Migrate Docker image build to GitHub Actions
1 parent ba910d8 commit 9c10afd

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Build Docker image
2+
3+
on: push
4+
5+
jobs:
6+
build:
7+
uses: programie/Workflows/.github/workflows/build-docker-image.yml@main
8+
with:
9+
image: programie/telegram2elastic
10+
secrets: inherit
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Rebuild latest release
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * SUN'
6+
7+
jobs:
8+
build:
9+
uses: programie/Workflows/.github/workflows/build-docker-image.yml@main
10+
with:
11+
image: programie/telegram2elastic
12+
use_latest_release: true
13+
secrets: inherit

.gitlab-ci.yml

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

0 commit comments

Comments
 (0)