Skip to content

Commit

Permalink
Use new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Aug 10, 2019
1 parent 580dfa1 commit 1b1d41a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/main.workflow

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/push.yml
@@ -0,0 +1,11 @@
on: push
name: Main workflow
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: docker-build
uses: actions/docker/cli@master
with:
args: build -t abatilo/actions-poetry .

0 comments on commit 1b1d41a

Please sign in to comment.