Skip to content

chore: bump ruby from 3.4-alpine to 4.0-alpine #25

chore: bump ruby from 3.4-alpine to 4.0-alpine

chore: bump ruby from 3.4-alpine to 4.0-alpine #25

Workflow file for this run

name: Docker Build
on:
push:
branches: [ main ]
tags:
- 'v*'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Build Docker image
uses: docker/build-push-action@v7
with:
context: .
push: false
tags: simplecov-github-action:test
cache-from: type=gha
cache-to: type=gha,mode=max