Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-jacero committed Oct 13, 2024
1 parent 3802ad7 commit d66d958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tasks/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ includes:
vars:
CONTAINER_TOOL: '{{.CONTAINER_TOOL | default "docker"}}'
BUILDER_NAME: "project-v3-builder"
IMG: '{{.IMG | default "emiljacero/kode-operator:v0.0.0-latest"}}'
IMG: '{{.IMG | default "jaceroio/kode-operator:v0.0.0-latest"}}'

tasks:
manifests:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN go mod download
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/ internal/
COPY pkg/ pkg/

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ vars:
LOG_LEVEL: debug
USE_MINIKUBE_CONTEXT: '{{.USE_MINIKUBE_CONTEXT | default "true"}}'
IGNORE_NOT_FOUND: '{{.IGNORE_NOT_FOUND | default "false"}}'
IMG: '{{.IMG | default "emiljacero/kode-operator:v0.0.0-latest"}}'
IMG: '{{.IMG | default "jaceroio/kode-operator:v0.0.0-latest"}}'

# Concatenation
CONCAT_DIRECTORY: '{{.ROOT_DIR}}/'
Expand Down

0 comments on commit d66d958

Please sign in to comment.