Skip to content

Commit 4aabb59

Browse files
author
John Doe
committed
chore: Rename
1 parent 335826d commit 4aabb59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44

55
jobs:
6-
test-and-build:
6+
build:
77
uses: riotkit-org/.github/.github/workflows/go-kubernetes.release.yaml@main
88
with:
99
binaryName: git-clone-controller

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.14 AS build
22

3-
ADD .build/git-clone-operator /git-clone-operator
3+
ADD .build/git-clone-controller /git-clone-operator
44
RUN chmod +x /git-clone-operator
55

66
# ---

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010
build:
1111
@echo "\n🔧 Building Go binaries..."
1212
mkdir -p .build
13-
CGO_ENABLED=0 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -o .build/git-clone-operator .
13+
CGO_ENABLED=0 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -o .build/git-clone-controller .
1414

1515
.PHONY: coverage
1616
coverage:

0 commit comments

Comments
 (0)