We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499a7fd commit c1dec81Copy full SHA for c1dec81
.github/workflows/ko-build-branch.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Prepare container tag
31
id: container_tag
32
run: |
33
- export container_tag=$(echo ${{ github.head_ref }} | sed 's/[^_0-9a-zA-Z]/\-/g')
+ export container_tag=$(echo ${{ github.head_ref }} | sed 's/[^_0-9a-zA-Z]/\-/g' | cut -c -127)
34
echo "tag=$container_tag" >> $GITHUB_OUTPUT
35
- name: Build project-api for PR
36
0 commit comments