Skip to content

Commit

Permalink
Quote version to fix truncation of version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Aug 6, 2024
1 parent bbe505d commit 92eaa36
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ jobs:
strategy:
matrix:
k3s-version:
- 1.30 # EOL: 2025-06-28
- 1.29 # EOL: 2025-02-28
- 1.28 # EOL: 2024-10-28
- 1.27 # EOL: 2024-06-28
- 1.26 # EOL: 2024-02-28
- '1.30' # EOL: 2025-06-28
- '1.29' # EOL: 2025-02-28
- '1.28' # EOL: 2024-10-28
- '1.27' # EOL: 2024-06-28
- '1.26' # EOL: 2024-02-28
fail-fast: false
env:
IMAGE: ghcr.io/contrast-security-oss/agent-operator/operator@${{ needs.build-image.outputs.digest }}
Expand Down Expand Up @@ -252,11 +252,11 @@ jobs:
- manifests
- helm-manifests
k3s-version:
- 1.30 # EOL: 2025-06-28
- 1.29 # EOL: 2025-02-28
- 1.28 # EOL: 2024-10-28
- 1.27 # EOL: 2024-06-28
- 1.26 # EOL: 2024-02-28
- '1.30' # EOL: 2025-06-28
- '1.29' # EOL: 2025-02-28
- '1.28' # EOL: 2024-10-28
- '1.27' # EOL: 2024-06-28
- '1.26' # EOL: 2024-02-28
fail-fast: false
steps:
- name: Setup Pluto
Expand Down

0 comments on commit 92eaa36

Please sign in to comment.