Skip to content

Bump rails from 5.2.8.1 to 7.0.8.1 #3

Bump rails from 5.2.8.1 to 7.0.8.1

Bump rails from 5.2.8.1 to 7.0.8.1 #3

Workflow file for this run

name: Build on pull request
on:
pull_request:
jobs:
build-and-push-docker-image:
name: Build Docker image and publish
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build image and push to Docker Hub and GitHub Container Registry
uses: docker/build-push-action@v2
with:
context: ./
push: false