Skip to content

Commit

Permalink
update labels and graph
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lombrozo <[email protected]>
  • Loading branch information
djeebus committed Jan 6, 2023
1 parent 1f243bb commit 3e85048
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Earthfile.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
```mermaid
graph TD
build --> build-docker
build --> build-helm
build-docker --> build-binary
continuous-deploy --> build-helm
lint-golang --> go-deps
test-golang --> go-deps
test --> ci-golang
release --> build-docker
release --> release-binaries
build-binary --> go-deps
ci-golang --> lint-golang
ci-golang --> test-golang
ci-helm --> test-helm
release-binaries --> build-binaries
build --> build-helm
build --> build-image
build-binary --> go-deps
build-image --> build-binary
ci-golang --> lint-golang
ci-golang --> test-golang
ci-helm --> test-helm
continuous-deploy --> build-helm
lint-golang --> go-deps
release --> build-image
release --> release-binaries
release-binaries --> build-binaries
test --> ci-golang
test-golang --> go-deps
```
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
artifacts:
- image: prom-aggregation-gateway
custom:
buildCommand: earthly +build-docker --version=$IMAGE_TAG --image_name=$IMAGE_REPO
buildCommand: earthly +build-image --version=$IMAGE_TAG --image_name=$IMAGE_REPO
tagPolicy:
customTemplate:
template: dev
Expand Down

0 comments on commit 3e85048

Please sign in to comment.