Skip to content

Commit

Permalink
Merge pull request #21 from vaikas/release-take-7
Browse files Browse the repository at this point in the history
Fix parens.
  • Loading branch information
vaikas committed Jan 17, 2022
2 parents 7db62cf + 7b1d8ca commit 981e2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
run: |
echo "Doing ko resolve for config"
# Build a big bundle of joy, this also produces SBOMs
ko resolve --tags $(basename "${{ github.ref }}" -BRf ./config --platform=all --image-refs imagerefs > release.yaml
ko resolve --tags $(basename "${{ github.ref }}" ),latest -BRf ./config --platform=all --image-refs imagerefs > release.yaml
echo "Doing ko resolve for testdata"
# Build a big bundle of test joy, this also produces SBOMs
ko resolve --tags $(basename "${{ github.ref }}" -BRf ./testdata --platform=all --image-refs testimagerefs > testrelease.yaml
ko resolve --tags $(basename "${{ github.ref }}" ),latest -BRf ./testdata --platform=all --image-refs testimagerefs > testrelease.yaml
echo "Signing images"
# Sign all the images
Expand Down

0 comments on commit 981e2bf

Please sign in to comment.