From 70138f626a89e48772784670b2aede55a0eb9232 Mon Sep 17 00:00:00 2001 From: Paul Keen <125715+pftg@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:43:14 +0200 Subject: [PATCH] feat: adds ruby 3.3 --- .github/workflows/publish-cimg-ruby.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-cimg-ruby.yml b/.github/workflows/publish-cimg-ruby.yml index 37fdf5f..fa4a675 100644 --- a/.github/workflows/publish-cimg-ruby.yml +++ b/.github/workflows/publish-cimg-ruby.yml @@ -3,11 +3,11 @@ name: Create & Publish jetthoughts/cimg-ruby to DockerHub & GitHubCR on: pull_request: paths: - - cimg-ruby/Dockerfile + - 'cimg-ruby/**' workflow_dispatch: push: paths: - - cimg-ruby/Dockerfile + - 'cimg-ruby/**' branches: - master - support-more-rubies @@ -21,7 +21,7 @@ jobs: build-and-push-image: strategy: matrix: - version: [ "3.2", "3.1" ] + version: [ "3.3", "3.2", "3.1" ] runs-on: ubuntu-latest permissions: