fix imagePullPolicy
Deployment / deploy (push) Successful in 8s

This commit is contained in:
2025-06-05 19:55:25 -05:00
parent 6539e6f3da
commit 82cd8dff32
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }}
- name: 🐋 Build Docker image
run: docker build --no-cache -t $IMAGE_REGISTRY/$IMAGE_NAME:$IMAGE_TAG ./container
run: docker build -t $IMAGE_REGISTRY/$IMAGE_NAME:$IMAGE_TAG ./container
- name: 🚀 Push Docker image
run: docker push $IMAGE_REGISTRY/$IMAGE_NAME:$IMAGE_TAG
+1
View File
@@ -17,5 +17,6 @@ spec:
containers:
- name: nginx
image: git.uuard.com/nicholas/proving-ground:latest
imagePullPolicy: Always
ports:
- containerPort: 80