Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reo7sp committed Dec 4, 2021
1 parent 0d32c60 commit 6b38783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Build the docker image
- name: Build docker image
run: docker build -t reo7sp/tgbot-cpp -f Dockerfile .
- name: Build the docker image with unit tests
- name: Build docker image with examples and unit tests
run: docker build -t reo7sp/tgbot-cpp-test -f Dockerfile_test .
- name: Run unit tests
run: docker run --rm reo7sp/tgbot-cpp-test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Oleg Morozenkov <[email protected]>
MAINTAINER Oleg Morozenkov <[email protected]>

RUN apt-get -qq update && \
apt-get -qq install -y g++ make binutils cmake libssl-dev libboost-system-dev libcurl4-openssl-dev zlib1g-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:18.04
MAINTAINER Oleg Morozenkov <[email protected]>
MAINTAINER Oleg Morozenkov <[email protected]>

RUN apt-get -qq update && \
apt-get -qq install -y \
Expand Down

0 comments on commit 6b38783

Please sign in to comment.