Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

CentOS-based Docker build #5

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Docker Image

on: [push, pull_request]

jobs:
build-image:
name: Build Docker Image
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build Docker Image
run: docker build -t telegram_desktop .
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

Loading