Skip to content

Commit

Permalink
ci: fix copy errors (#859)
Browse files Browse the repository at this point in the history
A follow up for #858
  • Loading branch information
eitsupi authored Sep 17, 2024
1 parent f986329 commit 92aa18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
\ --set=*.cache-from=type=gha,scope=svn-revision-"${{ needs.check-revision.outputs.svn-revision }}-tidyverse"\
\ --set=*.cache-to=type=gha,scope=svn-revision-"${{ needs.check-revision.outputs.svn-revision }}-r-ver" \
make bake-json/r-ver
BAKE_JSON="bakefiles/${{ matrix.bakefile }}" \
# Build rocker/rstudio
BAKE_JSON="bakefiles/${{ matrix.bakefile }}" \
BAKE_OPTION=--push\ --set=*.cache-to=type=local,dest="${CACHE_DIR}"\ --set=*.cache-from=type=local,src="${CACHE_DIR}"\
\ --set=*.cache-from=type=gha,scope=svn-revision-"${{ needs.check-revision.outputs.svn-revision }}-r-ver"\
\ --set=*.cache-from=type=gha,scope=svn-revision-"${{ needs.check-revision.outputs.svn-revision }}-rstudio"\
Expand All @@ -69,6 +69,7 @@ jobs:
make bake-json/rstudio
# Build rocker/tidyverse
BAKE_JSON="bakefiles/${{ matrix.bakefile }}" \
BAKE_OPTION=--push\ --set=*.cache-to=type=local,dest="${CACHE_DIR}"\ --set=*.cache-from=type=local,src="${CACHE_DIR}"\
\ --set=*.cache-from=type=gha,scope=svn-revision-"${{ needs.check-revision.outputs.svn-revision }}-r-ver"\
\ --set=*.cache-from=type=gha,scope=svn-revision-"${{ needs.check-revision.outputs.svn-revision }}-rstudio"\
Expand Down

0 comments on commit 92aa18e

Please sign in to comment.