mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
delete old ci file
This commit is contained in:
parent
25d1b92464
commit
d17bae5972
1 changed files with 0 additions and 31 deletions
31
.github/workflows/docker.yml
vendored
31
.github/workflows/docker.yml
vendored
|
@ -1,31 +0,0 @@
|
|||
name: Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- add-docker-build
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build docker images
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: build-test-image
|
||||
run: docker build -f ./docker/Dockerfile -t modern-cpp-starter/greeter-test:1.0 --target test .
|
||||
|
||||
- name: build-app-image
|
||||
run: docker build -f ./docker/Dockerfile -t modern-cpp-starter/greeter-app:1.0 .
|
||||
|
||||
- name: run-test-image
|
||||
run: docker run modern-cpp-starter/greeter-test:1.0
|
||||
|
||||
- name: run-app-image
|
||||
run: docker run modern-cpp-starter/greeter-app:1.0
|
Loading…
Add table
Add a link
Reference in a new issue