Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed Sep 13, 2024
1 parent 4bbbd53 commit 1f8c489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
packages: "tiecd/jdk8,tiecd/jdk11,tiecd/jdk17,tiecd/jdk21,tiecd/vercel,tiecd/base,tiecd/k8s,tiecd/okd,tiecd/gke,tiecd/eks,tiecd/aks,tiecd/node18,tiecd/node20"
delete-untagged: true
keep-n-tagged: 1
exclude-tags: "^\\d+\\.\\d+\\.\\d+|main$"
exclude-tags: "^\d+\.\d+\.\d+$|^main$"
use-regex: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f8c489

Please sign in to comment.