Skip to content

alpine-base.dockerfile: docker-compose.yml: ruby-2-5-5-alpine3-9 #95

alpine-base.dockerfile: docker-compose.yml: ruby-2-5-5-alpine3-9

alpine-base.dockerfile: docker-compose.yml: ruby-2-5-5-alpine3-9 #95

Workflow file for this run

name: automate
on:
push:
schedule:
- cron: "0 0 * * *"
branches:
- '*'
- '*/*'
- '**'
- 'master'
- 'main'
workflow_dispatch:
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.9.1
if: ${{ !env.ACT }}
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: make alpine-build
run: |
make
- uses: actions/checkout@v2
- name: make ubuntu-build
run: |
make