File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 uses : docker/build-push-action@v2
4747 with :
4848 builder : ${{ steps.buildx.outputs.name }}
49- context : .
49+ context : .devcontainer
50+ file : .devcontainer/Dockerfile
5051 target : rails-mini
51- file : Dockerfile
5252 tags : sentry-ruby/rails-mini:latest
5353 build-args : |
5454 IMAGE=ruby
6262 uses : docker/build-push-action@v2
6363 with :
6464 builder : ${{ steps.buildx.outputs.name }}
65- context : .
65+ context : .devcontainer
66+ file : .devcontainer/Dockerfile
6667 target : svelte-mini
67- file : Dockerfile
6868 tags : sentry-ruby/svelte-mini:latest
6969 build-args : |
7070 IMAGE=ruby
7878 uses : docker/build-push-action@v2
7979 with :
8080 builder : ${{ steps.buildx.outputs.name }}
81- context : .
81+ context : .devcontainer
82+ file : .devcontainer/Dockerfile
8283 target : test
83- file : Dockerfile
8484 tags : sentry-ruby/sentry-test:latest
8585 build-args : |
8686 IMAGE=ruby
You can’t perform that action at this time.
0 commit comments