Skip to content

Update to Rails 8.1 and Ruby 3.4 #6

Update to Rails 8.1 and Ruby 3.4

Update to Rails 8.1 and Ruby 3.4 #6

Workflow file for this run

name: Push Release Tags
on:
push:
tags:
- '**'
workflow_call:
workflow_dispatch:
jobs:
release:
uses: BerkeleyLibrary/.github/.github/workflows/docker-release.yml@v2.0.0
with:
image: ghcr.io/${{ github.repository }}
secrets: inherit