Skip to content

Commit

Permalink
Update remaining refs
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Nov 7, 2023
1 parent 99350b4 commit d800ee7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
description: BioConductor Release
required: true
type: choice
default: "3.17"
default: "3.18"
options:
- "3.13"
- "3.14"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
"distribution": "${{ matrix.image.distro }}",
"r_version": "${{ matrix.image.distro_tag }}",
"bioc_version": "${{ matrix.image.bioc }}",
"latest_r_version": "4.3.1",
"latest_bioc_version": "3.17",
"latest_r_version": "4.3.2",
"latest_bioc_version": "3.18",
"tag": "",
"tag_latest": "true",
"release_tag": "${{ needs.create-release.outputs.release_tag }}"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Build arguments
ARG ORIGIN=rocker
ARG ORIGIN_DISTRIBUTION=rstudio
ARG R_VERSION=4.3.1
ARG R_VERSION=4.3.2

# Fetch base image
FROM ${ORIGIN}/${ORIGIN_DISTRIBUTION}:${R_VERSION}

# Reset args in build context
ARG DISTRIBUTION=rstudio-local
ARG BIOC_VERSION=3.17
ARG BIOC_VERSION=3.18

# Set image metadata
LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
Expand Down

0 comments on commit d800ee7

Please sign in to comment.