Skip to content

Commit 8b8c9c8

Browse files
committed
chore(devcontainer): add 4.0 and update the rest
1 parent 29de45d commit 8b8c9c8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build_images.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
# Uncomment if you want to test things out in a PR
1212
#
13-
# pull_request:
14-
# paths:
15-
# - .devcontainer/**
16-
# - .github/workflows/build_images.yml
13+
pull_request:
14+
paths:
15+
- .devcontainer/**
16+
- .github/workflows/build_images.yml
1717

1818
permissions:
1919
contents: read
@@ -28,9 +28,10 @@ jobs:
2828
- ruby:2.7.8-slim-bullseye
2929
- ruby:3.0.7-slim-bullseye
3030
- ruby:3.1.7-slim-bookworm
31-
- ruby:3.2.9-slim-bookworm
32-
- ruby:3.3.9-slim-bookworm
33-
- ruby:3.4.5-slim-bookworm
31+
- ruby:3.2.9-slim-trixie
32+
- ruby:3.3.10-slim-trixie
33+
- ruby:3.4.8-slim-trixie
34+
- ruby:4.0.0-slim-trixie
3435

3536
steps:
3637
- name: Check out current commit
@@ -67,8 +68,8 @@ jobs:
6768
id: build
6869
uses: getsentry/action-build-and-push-images@main
6970
with:
70-
image_name: '${{ steps.image_name.outputs.short_name }}'
71-
dockerfile_path: '.devcontainer/Dockerfile'
71+
image_name: "${{ steps.image_name.outputs.short_name }}"
72+
dockerfile_path: ".devcontainer/Dockerfile"
7273
ghcr: true
7374
publish_on_pr: true
7475
build_args: |

0 commit comments

Comments
 (0)