Skip to content

Commit

Permalink
Update workflow releases
Browse files Browse the repository at this point in the history
  • Loading branch information
1xyz committed May 25, 2020
1 parent 06014d6 commit 001e685
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 42 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: ci-build
name: Build

on:
pull_request:
branches: [ master ]
push:
branches: [ master ]

jobs:

build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -28,4 +29,10 @@ jobs:
run: make build

- name: UnitTests
run: make test
run: make test

- name: Docker login
run: echo '${{ secrets.DOCKERHUB_PASS }}' | docker login --username 1xyz --password-stdin

- name: Docker build and push
run: make docker-push
37 changes: 0 additions & 37 deletions .github/workflows/ci-release.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Upload Release Asset
name: Release

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![ci-build](https://github.com/1xyz/coolbeans/workflows/ci-build/badge.svg)
![ci-release](https://github.com/1xyz/coolbeans/workflows/ci-release/badge.svg)
![release](https://github.com/1xyz/coolbeans/workflows/release/badge.svg)

<img src="doc/bean_3185124.svg" align=right width=200px />

Expand Down

0 comments on commit 001e685

Please sign in to comment.