Create push.yml
This commit is contained in:
9
.github/workflows/push.yml
vendored
Normal file
9
.github/workflows/push.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: docker-compose-actions-workflow
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the stack
|
||||
run: docker-compose build
|
Reference in New Issue
Block a user