Skip to content

Commit 7d9dea8

Browse files
chore(deps): update docker/build-push-action action to v4 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07a2831 commit 7d9dea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
org.label-schema.url=https://github.com/joundso/r_datascience
3838
org.label-schema.vsc-url=https://github.com/joundso/r_datascience
3939
- name: Build and push base image
40-
uses: docker/build-push-action@v2
40+
uses: docker/build-push-action@v4
4141
with:
4242
file: ./Dockerfiles/rdsc_base_j.dockerfile
4343
push: ${{ github.event_name != 'pull_request' }}
@@ -61,7 +61,7 @@ jobs:
6161
org.label-schema.url=https://github.com/joundso/r_datascience
6262
org.label-schema.vsc-url=https://github.com/joundso/r_datascience
6363
- name: Build and push headless image
64-
uses: docker/build-push-action@v2
64+
uses: docker/build-push-action@v4
6565
with:
6666
file: ./Dockerfiles/rdsc_headless_j.dockerfile
6767
push: ${{ github.event_name != 'pull_request' }}
@@ -85,7 +85,7 @@ jobs:
8585
org.label-schema.url=https://github.com/joundso/r_datascience
8686
org.label-schema.vsc-url=https://github.com/joundso/r_datascience
8787
- name: Build and push RStudio image
88-
uses: docker/build-push-action@v2
88+
uses: docker/build-push-action@v4
8989
with:
9090
file: ./Dockerfiles/rdsc_rstudio_j.dockerfile
9191
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)