From 72444f39d22b93ec07a87cae31a26ea4d906288a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 13 Dec 2019 14:03:24 +0700 Subject: [PATCH] Improve naming --- .github/workflows/{build.yml => ci.yml} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => ci.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/ci.yml index e5807b9..cfeff58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ -name: Build Docker Image +name: Docker CI on: push env: DOCKER_BUILDKIT: 1 LATEST_TAG: 0.19.0.1 jobs: build: + name: Build runs-on: ubuntu-18.04 strategy: fail-fast: false @@ -49,7 +50,8 @@ jobs: with: name: images path: images/ - push: + publish: + name: Publish runs-on: ubuntu-18.04 needs: build steps: