pipeline #6
Build, Push and Deploy Florale Emotion Website / feature-branch (push) Has been skipped Details
Build, Push and Deploy Florale Emotion Website / production-branch (push) Failing after 2m4s Details

This commit is contained in:
Julian Vollmer 2026-01-26 17:17:55 +01:00
parent a4aad68ee6
commit cc65816ef9
1 changed files with 14 additions and 6 deletions

View File

@ -109,9 +109,13 @@ jobs:
echo "📦 Image: ${IMAGE_NAME}"
- name: Setup kubectl
uses: azure/setup-kubectl@v3
with:
version: 'latest'
run: |
# Install kubectl directly to avoid permission issues
echo "Installing kubectl..."
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
kubectl version --client
- name: Configure kubectl
run: |
@ -313,9 +317,13 @@ jobs:
echo "📦 Latest: ${LATEST_IMAGE}"
- name: Setup kubectl
uses: azure/setup-kubectl@v3
with:
version: 'latest'
run: |
# Install kubectl directly to avoid permission issues
echo "Installing kubectl..."
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
kubectl version --client
- name: Configure kubectl
run: |