diff --git a/.github/workflows/scs101inventorycheck.yml b/.github/workflows/scs101inventorycheck.yml index e7207f0..4ffade1 100644 --- a/.github/workflows/scs101inventorycheck.yml +++ b/.github/workflows/scs101inventorycheck.yml @@ -27,5 +27,5 @@ jobs: cp scs-101/Dockerfile scs-101/scs-101-inventory-check/Dockerfile cd scs-101/scs-101-inventory-check echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin - docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check-latest . - docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check-latest + docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check . + docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check diff --git a/.github/workflows/scs101order.yml b/.github/workflows/scs101order.yml index 17f4601..1c66218 100644 --- a/.github/workflows/scs101order.yml +++ b/.github/workflows/scs101order.yml @@ -27,5 +27,5 @@ jobs: cp scs-101/Dockerfile scs-101/scs-101-order/Dockerfile cd scs-101/scs-101-order echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin - docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-latest . - docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-latest + docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order . + docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order diff --git a/scs-101/scs-101-inventory-check/k8s.yml b/scs-101/scs-101-inventory-check/k8s.yml index c79f2d1..8760d93 100644 --- a/scs-101/scs-101-inventory-check/k8s.yml +++ b/scs-101/scs-101-inventory-check/k8s.yml @@ -35,7 +35,7 @@ spec: spec: containers: - name: scs-101-inventory-check - image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check-latest + image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/scs-101/scs-101-order/k8s.yml b/scs-101/scs-101-order/k8s.yml index 7361682..e6d8f58 100644 --- a/scs-101/scs-101-order/k8s.yml +++ b/scs-101/scs-101-order/k8s.yml @@ -35,7 +35,7 @@ spec: spec: containers: - name: scs-101-order - image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-latest + image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order imagePullPolicy: Always ports: - containerPort: 8080