File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1717 "ghcr.io/devcontainers-extra/features/kind:1" : {},
1818 "./rclone" : {
1919 "rclone_repository" : " https://github.com/SwissDataScienceCenter/rclone.git" ,
20- "rclone_ref" : " v1.69.1 +renku-1"
20+ "rclone_ref" : " v1.69.2 +renku-1"
2121 }
2222 },
2323 "overrideFeatureInstallOrder" : [
Original file line number Diff line number Diff line change 2525 outputs :
2626 image_repository : ${{ steps.docker_image.outputs.image_repository }}
2727 image_tag : ${{ steps.docker_image.outputs.image_tag }}
28+ permissions :
29+ contents : read
30+ packages : write
2831 steps :
2932 - uses : actions/checkout@v4
3033 - name : Docker image metadata
Original file line number Diff line number Diff line change 11ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2- ARG RCLONE_IMAGE_TAG="sha-7975d7a "
2+ ARG RCLONE_IMAGE_TAG="sha-1f5fcf2 "
33FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
44
55FROM golang:1.23.8-bookworm AS build
You can’t perform that action at this time.
0 commit comments