Skip to content

Commit

Permalink
fix: R builds
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Nov 22, 2024
1 parent 392947a commit bb63bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,13 @@ jobs:
matrix:
include:
- R_VERSION: 4.4.2
BASE_DEBIAN_VERSION: bookworm
LATEST: true
- R_VERSION: 4.3.3
BASE_DEBIAN_VERSION: bookworm
LATEST: false
- R_VERSION: 4.2.3
BASE_DEBIAN_VERSION: bookworm
LATEST: false
steps:
- name: Docker Login
Expand Down

0 comments on commit bb63bfa

Please sign in to comment.