Skip to content

Commit

Permalink
feat(misc/color-variants): Push also to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Dec 2, 2024
1 parent da17b0d commit 3de799e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions misc/color-variants/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ build-push-color-variant:
docker build \
--build-arg BACKGROUND_COLOR=${BACKGROUND_COLOR} \
--tag sikalabs/hello-world-server:${BACKGROUND_COLOR} \
--tag ghcr.io/sikalabs/hello-world-server:${BACKGROUND_COLOR} \
- < Dockerfile
docker push sikalabs/hello-world-server:${BACKGROUND_COLOR}
docker push ghcr.io/sikalabs/hello-world-server:${BACKGROUND_COLOR}

build-push-color-ondrejsika:
docker build \
Expand All @@ -50,6 +52,7 @@ build-push-color-ondrejsika:
--tag sikalabs/hello-world-server:ondrejsika \
- < Dockerfile
docker push sikalabs/hello-world-server:ondrejsika
docker push ghcr.io/sikalabs/hello-world-server:ondrejsika

build-push-color-devopslive:
docker build \
Expand All @@ -59,6 +62,7 @@ build-push-color-devopslive:
--tag sikalabs/hello-world-server:devopslive \
- < Dockerfile
docker push sikalabs/hello-world-server:devopslive
docker push ghcr.io/sikalabs/hello-world-server:devopslive

build-push-color-cra:
docker build \
Expand All @@ -67,6 +71,7 @@ build-push-color-cra:
--tag sikalabs/hello-world-server:cra \
- < Dockerfile
docker push sikalabs/hello-world-server:cra
docekr push ghcr.io/sikalabs/hello-world-server:cra

build-push-color-lekarna-cz:
docker build \
Expand All @@ -76,6 +81,7 @@ build-push-color-lekarna-cz:
--tag sikalabs/hello-world-server:lekarna-cz \
- < Dockerfile
docker push sikalabs/hello-world-server:lekarna-cz
docker push ghcr.io/sikalabs/hello-world-server:lekarna-cz

build-push-color-o2:
docker build \
Expand All @@ -84,6 +90,7 @@ build-push-color-o2:
--tag sikalabs/hello-world-server:o2 \
- < Dockerfile
docker push sikalabs/hello-world-server:o2
docker push ghcr.io/sikalabs/hello-world-server:o2

build-push-color-trask:
docker build \
Expand All @@ -93,6 +100,7 @@ build-push-color-trask:
--tag sikalabs/hello-world-server:trask \
- < Dockerfile
docker push sikalabs/hello-world-server:trask
docker push ghcr.io/sikalabs/hello-world-server:trask

build-push-color-mstp:
docker build \
Expand All @@ -102,6 +110,7 @@ build-push-color-mstp:
--tag sikalabs/hello-world-server:mstp \
- < Dockerfile
docker push sikalabs/hello-world-server:mstp
docker push ghcr.io/sikalabs/hello-world-server:mstp

build-push-color-atos:
docker build \
Expand All @@ -111,6 +120,7 @@ build-push-color-atos:
--tag sikalabs/hello-world-server:atos \
- < Dockerfile
docker push sikalabs/hello-world-server:atos
docker push ghcr.io/sikalabs/hello-world-server:atos

build-push-color-mavenir:
docker build \
Expand All @@ -120,6 +130,7 @@ build-push-color-mavenir:
--tag sikalabs/hello-world-server:mavenir \
- < Dockerfile
docker push sikalabs/hello-world-server:mavenir
docker push ghcr.io/sikalabs/hello-world-server:mavenir

build-push-color-ogsoft:
docker build \
Expand All @@ -129,6 +140,7 @@ build-push-color-ogsoft:
--tag sikalabs/hello-world-server:ogsoft \
- < Dockerfile
docker push sikalabs/hello-world-server:ogsoft
docker push ghcr.io/sikalabs/hello-world-server:ogsoft

build-push-color-fingood:
docker build \
Expand All @@ -138,6 +150,7 @@ build-push-color-fingood:
--tag sikalabs/hello-world-server:fingood \
- < Dockerfile
docker push sikalabs/hello-world-server:fingood
docker push ghcr.io/sikalabs/hello-world-server:fingood

build-push-color-trz:
docker build \
Expand All @@ -147,6 +160,7 @@ build-push-color-trz:
--tag sikalabs/hello-world-server:trz \
- < Dockerfile
docker push sikalabs/hello-world-server:trz
docker push ghcr.io/sikalabs/hello-world-server:trz

build-push-color-thermofisher:
docker build \
Expand All @@ -155,6 +169,7 @@ build-push-color-thermofisher:
--tag sikalabs/hello-world-server:thermofisher \
- < Dockerfile
docker push sikalabs/hello-world-server:thermofisher
docker push ghcr.io/sikalabs/hello-world-server:thermofisher

build-push-color-aardwark:
docker build \
Expand All @@ -163,6 +178,7 @@ build-push-color-aardwark:
--tag sikalabs/hello-world-server:aardwark \
- < Dockerfile
docker push sikalabs/hello-world-server:aardwark
docker push ghcr.io/sikalabs/hello-world-server:aardwark

build-push-color-ttc:
docker build \
Expand All @@ -171,6 +187,7 @@ build-push-color-ttc:
--tag sikalabs/hello-world-server:ttc \
- < Dockerfile
docker push sikalabs/hello-world-server:ttc
docker push ghcr.io/sikalabs/hello-world-server:ttc

build-push-color-tietoevry:
docker build \
Expand All @@ -180,6 +197,7 @@ build-push-color-tietoevry:
--tag sikalabs/hello-world-server:tietoevry \
- < Dockerfile
docker push sikalabs/hello-world-server:tietoevry
docker push ghcr.io/sikalabs/hello-world-server:tietoevry

build-push-color-animato:
docker build \
Expand All @@ -188,6 +206,7 @@ build-push-color-animato:
--tag sikalabs/hello-world-server:animato \
- < Dockerfile
docker push sikalabs/hello-world-server:animato
docker push ghcr.io/sikalabs/hello-world-server:animato

build-push-color-spcss:
docker build \
Expand All @@ -196,6 +215,7 @@ build-push-color-spcss:
--tag sikalabs/hello-world-server:spcss \
- < Dockerfile
docker push sikalabs/hello-world-server:spcss
docker push ghcr.io/sikalabs/hello-world-server:spcss

build-push-color-frequentis:
docker build \
Expand All @@ -204,6 +224,7 @@ build-push-color-frequentis:
--tag sikalabs/hello-world-server:frequentis \
- < Dockerfile
docker push sikalabs/hello-world-server:frequentis
docker push ghcr.io/sikalabs/hello-world-server:frequentis

build-push-color-digiteq:
docker build \
Expand All @@ -212,6 +233,7 @@ build-push-color-digiteq:
--tag sikalabs/hello-world-server:digiteq \
- < Dockerfile
docker push sikalabs/hello-world-server:digiteq
docker push ghcr.io/sikalabs/hello-world-server:digiteq

build-push-color-heidelbergmaterials:
docker build \
Expand All @@ -220,6 +242,7 @@ build-push-color-heidelbergmaterials:
--tag sikalabs/hello-world-server:heidelbergmaterials \
- < Dockerfile
docker push sikalabs/hello-world-server:heidelbergmaterials
docker push ghcr.io/sikalabs/hello-world-server:heidelbergmaterials

build-push-color-eon:
docker build \
Expand All @@ -228,6 +251,7 @@ build-push-color-eon:
--tag sikalabs/hello-world-server:eon \
- < Dockerfile
docker push sikalabs/hello-world-server:eon
docker push ghcr.io/sikalabs/hello-world-server:eon

build-push-color-ceps:
docker build \
Expand All @@ -237,6 +261,7 @@ build-push-color-ceps:
--tag sikalabs/hello-world-server:ceps \
- < Dockerfile
docker push sikalabs/hello-world-server:ceps
docker push ghcr.io/sikalabs/hello-world-server:ceps

build-push-color-generali:
docker build \
Expand All @@ -245,6 +270,7 @@ build-push-color-generali:
--tag sikalabs/hello-world-server:generali \
- < Dockerfile
docker push sikalabs/hello-world-server:generali
docker push ghcr.io/sikalabs/hello-world-server:generali

build-push-color-elm:
docker build \
Expand All @@ -253,6 +279,7 @@ build-push-color-elm:
--tag sikalabs/hello-world-server:elm \
- < Dockerfile
docker push sikalabs/hello-world-server:elm
docker push ghcr.io/sikalabs/hello-world-server:elm

build-push-color-t-mobile:
docker build \
Expand All @@ -262,6 +289,7 @@ build-push-color-t-mobile:
--tag sikalabs/hello-world-server:t-mobile \
- < Dockerfile
docker push sikalabs/hello-world-server:t-mobile
docker push ghcr.io/sikalabs/hello-world-server:t-mobile

build-push-color-jt:
docker build \
Expand All @@ -271,6 +299,7 @@ build-push-color-jt:
--tag sikalabs/hello-world-server:jt \
- < Dockerfile
docker push sikalabs/hello-world-server:jt
docker push ghcr.io/sikalabs/hello-world-server:jt


build-push-color-rozhlas:
Expand All @@ -281,6 +310,7 @@ build-push-color-rozhlas:
--tag sikalabs/hello-world-server:rozhlas \
- < Dockerfile
docker push sikalabs/hello-world-server:rozhlas
docker push ghcr.io/sikalabs/hello-world-server:rozhlas

build-push-color-era:
docker build \
Expand All @@ -289,6 +319,7 @@ build-push-color-era:
--tag sikalabs/hello-world-server:era \
- < Dockerfile
docker push sikalabs/hello-world-server:era
docker push ghcr.io/sikalabs/hello-world-server:era

build-push-color-ogilvy:
docker build \
Expand All @@ -298,6 +329,7 @@ build-push-color-ogilvy:
--tag sikalabs/hello-world-server:ogilvy \
- < Dockerfile
docker push sikalabs/hello-world-server:ogilvy
docker push ghcr.io/sikalabs/hello-world-server:ogilvy

build-push-color-dhl:
docker build \
Expand All @@ -307,6 +339,7 @@ build-push-color-dhl:
--tag sikalabs/hello-world-server:dhl \
- < Dockerfile
docker push sikalabs/hello-world-server:dhl
docker push ghcr.io/sikalabs/hello-world-server:dhl

build-push-color-kcd:
docker build \
Expand All @@ -316,6 +349,7 @@ build-push-color-kcd:
--tag sikalabs/hello-world-server:kcd \
- < Dockerfile
docker push sikalabs/hello-world-server:kcd
docker push ghcr.io/sikalabs/hello-world-server:kcd

build-push-color-gpe:
docker build \
Expand All @@ -325,6 +359,7 @@ build-push-color-gpe:
--tag sikalabs/hello-world-server:gpe \
- < Dockerfile
docker push sikalabs/hello-world-server:gpe
docker push ghcr.io/sikalabs/hello-world-server:gpe

build-push-color-exainfra:
docker build \
Expand All @@ -334,6 +369,7 @@ build-push-color-exainfra:
--tag sikalabs/hello-world-server:exainfra \
- < Dockerfile
docker push sikalabs/hello-world-server:exainfra
docker push ghcr.io/sikalabs/hello-world-server:exainfra

build-push-color-linuxdays:
docker build \
Expand All @@ -343,3 +379,4 @@ build-push-color-linuxdays:
--tag sikalabs/hello-world-server:linuxdays \
- < Dockerfile
docker push sikalabs/hello-world-server:linuxdays
docker push ghcr.io/sikalabs/hello-world-server:linuxdays

0 comments on commit 3de799e

Please sign in to comment.