🚀 📦 Updating the kubernetes 🎨 deployments ✨
This commit is contained in:
4
.github/workflows/scs101inventorycheck.yml
vendored
4
.github/workflows/scs101inventorycheck.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/scs101order.yml
vendored
4
.github/workflows/scs101order.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user