Skip to content

Commit e3f460d

Browse files
authored
Merge pull request #114 from rancher/fix/typo-and-formatting
[v2.10] Minor fix to typos and formatting
2 parents ec52bba + 9feb886 commit e3f460d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD ;
8484
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials registry | PRIME_REGISTRY ;
8585
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 ;
8787
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials accessKeyId | ECR_ACCESS_KEY ;
8888
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr/credentials secretAccessKey | ECR_SECRET_KEY ;
8989
secret/data/github/repo/${{ github.repository }}/aws/aws-rancher-csp-adapter-ecr-eu/credentials accessKeyId | ECR_ACCESS_KEY_EU ;

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
TARGETS := $(shell ls scripts)
22

3+
# Define target platforms, image builder, and the fully qualified image name.
34
RUNNER := docker
45
IMAGE_BUILDER := $(RUNNER) buildx
56
MACHINE := rancher
67
BUILDX_ARGS ?= --sbom=true --attest type=provenance,mode=max
78
DEFAULT_PLATFORMS := linux/amd64
8-
9-
# Define target platforms, image builder, and the fully qualified image name.
109
TARGET_PLATFORMS ?= linux/amd64
11-
1210
REPO ?= rancher
1311
IMAGE = $(REPO)/rancher-csp-adapter:$(TAG)
1412

0 commit comments

Comments
 (0)