File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 83
83
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD ;
84
84
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials registry | PRIME_REGISTRY ;
85
85
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials username | PRIME_REGISTRY_USERNAME ;
86
- secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD
86
+ secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD ;
87
87
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials accessKeyId | ECR_ACCESS_KEY ;
88
88
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials secretAccessKey | ECR_SECRET_KEY ;
89
89
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr-eu/credentials accessKeyId | ECR_ACCESS_KEY_EU ;
Original file line number Diff line number Diff line change 1
1
TARGETS := $(shell ls scripts)
2
2
3
+ # Define target platforms, image builder, and the fully qualified image name.
3
4
RUNNER := docker
4
5
IMAGE_BUILDER := $(RUNNER ) buildx
5
6
MACHINE := rancher
6
7
BUILDX_ARGS ?= --sbom=true --attest type=provenance,mode=max
7
8
DEFAULT_PLATFORMS := linux/amd64
8
-
9
- # Define target platforms, image builder, and the fully qualified image name.
10
9
TARGET_PLATFORMS ?= linux/amd64
11
-
12
10
REPO ?= rancher
13
11
IMAGE = $(REPO ) /rancher-csp-adapter:$(TAG )
14
12
You can’t perform that action at this time.
0 commit comments