Skip to content

Commit

Permalink
Try a valid semver for melange package version (#228)
Browse files Browse the repository at this point in the history
* Try a valid semver for melange package version

* Use stric major.minor.patch format
  • Loading branch information
divolgin authored Dec 16, 2024
1 parent 4d93cd4 commit 05fb840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
context: deploy
image-name: replicated/replicated-sdk:${{ github.sha }}
git-tag: ${{ github.sha }}
git-tag: "1.0.0" # can't use ${{ github.sha }} because melange config requires strict format.

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
context: deploy
image-name: ttl.sh/automated-${{ github.run_id }}/replicated/replicated-sdk:24h
git-tag: ${{ github.sha }}
git-tag: "1.0.0" # can't use ${{ github.sha }} because melange config requires strict format.

- name: Build replicated chart
env:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
printf "user-set extraEnv should exist:\n\n%s\n\n" "$output"
exit 1
fi
cat << EOF > test-values.yaml
tolerations:
- key: "test-toleration-key"
Expand Down

0 comments on commit 05fb840

Please sign in to comment.