0.0.2a3 (#3)
This commit is contained in:
parent
236e372e00
commit
645fd26ae1
3 changed files with 6 additions and 10 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
@ -6,16 +6,11 @@ on:
|
|||
- stable
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- prepare
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
|
@ -32,9 +27,10 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- prepare
|
||||
- publish
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build --tag butterrobot:$(git rev-parse --short HEAD) docker
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue