Skip to content

Commit

Permalink
update GH-actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 23, 2021
1 parent a7f9164 commit 4d40a1c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the tagged Docker image
run: docker-compose -f compose/binder-4.0.4.yml build
run: docker-compose -f compose/binder-4.1.0.yml build
- name: Push the tagged Docker image
run: docker-compose -f compose/binder-4.0.4.yml push
run: docker-compose -f compose/binder-4.1.0.yml push
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the tagged Docker image
run: docker-compose -f compose/core-4.0.4.yml build
run: docker-compose -f compose/core-4.1.0.yml build
- name: Push the tagged Docker image
run: docker-compose -f compose/core-4.0.4.yml push
run: docker-compose -f compose/core-4.1.0.yml push
4 changes: 2 additions & 2 deletions .github/workflows/geospatial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the tagged Docker image
run: docker-compose -f compose/geospatial-4.0.4.yml build
run: docker-compose -f compose/geospatial-4.1.0.yml build
- name: Push the tagged Docker image
run: docker-compose -f compose/geospatial-4.0.4.yml push
run: docker-compose -f compose/geospatial-4.1.0.yml push
4 changes: 2 additions & 2 deletions .github/workflows/ml-10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the tagged Docker image
run: docker-compose -f compose/ml-cuda10.1-4.0.4.yml build
run: docker-compose -f compose/ml-cuda10.1-4.1.0.yml build
- name: Push the tagged Docker image
run: docker-compose -f compose/ml-cuda10.1-4.0.4.yml push
run: docker-compose -f compose/ml-cuda10.1-4.1.0.yml push
4 changes: 2 additions & 2 deletions .github/workflows/shiny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the tagged Docker image
run: docker-compose -f compose/shiny-4.0.4.yml build
run: docker-compose -f compose/shiny-4.1.0.yml build
- name: Push the tagged Docker image
run: docker-compose -f compose/shiny-4.0.4.yml push
run: docker-compose -f compose/shiny-4.1.0.yml push
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile_r-ver_4.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV TERM=xterm
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV R_HOME=/usr/local/lib/R
ENV CRAN=https://packagemanager.rstudio.com/cran/__linux__/focal/2021-05-19
ENV CRAN=https://packagemanager.rstudio.com/cran/__linux__/focal/2021-05-17
ENV TZ=Etc/UTC

COPY scripts /rocker_scripts
Expand Down
2 changes: 1 addition & 1 deletion stacks/core-4.0.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"LC_ALL": "en_US.UTF-8",
"LANG": "en_US.UTF-8",
"R_HOME": "/usr/local/lib/R",
"CRAN": "https://packagemanager.rstudio.com/cran/__linux__/focal/2021-05-19",
"CRAN": "https://packagemanager.rstudio.com/cran/__linux__/focal/2021-05-17",
"TZ": "Etc/UTC"
},
"COPY": "scripts /rocker_scripts",
Expand Down

0 comments on commit 4d40a1c

Please sign in to comment.