Skip to content

Commit

Permalink
update cran snapshot date option
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Apr 16, 2024
1 parent 4a23a25 commit 96ed294
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ on:
cran_snapshot_date:
description: CRAN packages snapshot date (YYYY-MM-DD)
required: true
type: choice
default: "2024-01-12"
type: string
options:
- "2024-01-12"
- "latest"
custom_tag:
description: Custom image tag
required: false
Expand Down

0 comments on commit 96ed294

Please sign in to comment.