Browse Source

Improve naming

pull/14/head
Luke Childs 5 years ago
parent
commit
72444f39d2
  1. 6
      .github/workflows/ci.yml

6
.github/workflows/build.yml → .github/workflows/ci.yml

@ -1,10 +1,11 @@
name: Build Docker Image name: Docker CI
on: push on: push
env: env:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
LATEST_TAG: 0.19.0.1 LATEST_TAG: 0.19.0.1
jobs: jobs:
build: build:
name: Build
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
fail-fast: false fail-fast: false
@ -49,7 +50,8 @@ jobs:
with: with:
name: images name: images
path: images/ path: images/
push: publish:
name: Publish
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
needs: build needs: build
steps: steps:
Loading…
Cancel
Save