Skip to content

Bump Ruby version to 2.7.2 💎 #368

Bump Ruby version to 2.7.2 💎

Bump Ruby version to 2.7.2 💎 #368

Workflow file for this run

name: Docker Image CI
on:
pull_request:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
- name: Hadolint Action
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile