File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
1818permissions :
1919 contents : read
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
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 : |
You can’t perform that action at this time.
0 commit comments