Skip to content

Commit

Permalink
chore(misc/color-variants): Add EON
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Oct 10, 2023
1 parent 7ac7eba commit 1abeabf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions misc/color-variants/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build-push-color-variants:
@make build-push-color-animato
@make build-push-color-digiteq
@make build-push-color-heidelbergmaterials
@make build-push-color-eon

build-push-color-variant:
docker build \
Expand Down Expand Up @@ -204,3 +205,11 @@ build-push-color-heidelbergmaterials:
--tag sikalabs/hello-world-server:heidelbergmaterials \
- < Dockerfile
docker push sikalabs/hello-world-server:heidelbergmaterials

build-push-color-eon:
docker build \
--build-arg COLOR="#EA1B0A" \
--build-arg TEXT="Hello EON!" \
--tag sikalabs/hello-world-server:eon \
- < Dockerfile
docker push sikalabs/hello-world-server:eon

0 comments on commit 1abeabf

Please sign in to comment.