Skip to content

Commit

Permalink
moving worker Dockerfile to cmd/worker
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Mar 16, 2023
1 parent 407e4b5 commit 1a1049c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
include:
- dockerfile: Dockerfile
image: operator
- dockerfile: Dockerfile.worker
- dockerfile: cmd/worker/Dockerfile
image: worker
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ run: install manifests generate ## Run a controller from your host.
docker-build: test ## Build manager docker image.
docker build -t ${IMG} -f ${DOCKERFILE} .
docker-build-worker: docker-build ## Build Docker images for all components.
${MAKE} IMG=${WORKER_IMG} DOCKERFILE=Dockerfile.worker docker-build
${MAKE} IMG=${WORKER_IMG} DOCKERFILE=cmd/worker/Dockerfile docker-build


##@ Deployment
Expand Down
File renamed without changes.

0 comments on commit 1a1049c

Please sign in to comment.