File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
org.label-schema.url=https://github.com/joundso/r_datascience
38
38
org.label-schema.vsc-url=https://github.com/joundso/r_datascience
39
39
- name : Build and push base image
40
- uses : docker/build-push-action@v2
40
+ uses : docker/build-push-action@v4
41
41
with :
42
42
file : ./Dockerfiles/rdsc_base_j.dockerfile
43
43
push : ${{ github.event_name != 'pull_request' }}
61
61
org.label-schema.url=https://github.com/joundso/r_datascience
62
62
org.label-schema.vsc-url=https://github.com/joundso/r_datascience
63
63
- name : Build and push headless image
64
- uses : docker/build-push-action@v2
64
+ uses : docker/build-push-action@v4
65
65
with :
66
66
file : ./Dockerfiles/rdsc_headless_j.dockerfile
67
67
push : ${{ github.event_name != 'pull_request' }}
85
85
org.label-schema.url=https://github.com/joundso/r_datascience
86
86
org.label-schema.vsc-url=https://github.com/joundso/r_datascience
87
87
- name : Build and push RStudio image
88
- uses : docker/build-push-action@v2
88
+ uses : docker/build-push-action@v4
89
89
with :
90
90
file : ./Dockerfiles/rdsc_rstudio_j.dockerfile
91
91
push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments