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 9f4d680
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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: |
pwd
ls
bash build.sh

0 comments on commit 9f4d680

Please # to comment.