1
Fork 0

Merge CI and docker workflows

This commit is contained in:
Jake Howard 2020-05-02 13:55:29 +01:00
parent 2d7dea438f
commit 73c1e142b6
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 11 additions and 19 deletions

View File

@ -3,10 +3,19 @@ name: CI
on: [push, pull_request]
jobs:
build:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build image
run: docker build . --tag ${GITHUB_REPOSITORY,,}
- name: Show image info
run: docker images
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

View File

@ -1,16 +0,0 @@
name: Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build image
run: docker build .
- name: Show image info
run: docker images

View File

@ -2,6 +2,5 @@
![CI](https://github.com/RealOrangeOne/website/workflows/CI/badge.svg)
![Deploy](https://github.com/RealOrangeOne/website/workflows/Deploy/badge.svg)
![Docker](https://github.com/RealOrangeOne/website/workflows/Docker/badge.svg)
Another website, really?