Skip to content

Commit

Permalink
Switch from Travis CI to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbaudino committed Jan 25, 2023
1 parent 61874c2 commit bb9209b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker Build

on:
workflow_dispatch:

env:
DOCKER_BUILDKIT: 1

jobs:
build:
name: build Docker image for Ruby 2.7.6
runs-on: ubuntu-latest
env:
RUBY_IMAGE_TAG: 2.7.6
steps:
- name: docker build
run: ./build.sh

0 comments on commit bb9209b

Please sign in to comment.