We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ecc4d + da4f68d commit 097928eCopy full SHA for 097928e
.github/workflows/reusable-build-operator.yaml
@@ -74,7 +74,7 @@ jobs:
74
- name: Set latest tag for non main branch
75
if: "${{ steps.branch-name.outputs.current_branch != 'main' }}"
76
run: |
77
- echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV
+ echo "latesttag=${${{ steps.branch-name.outputs.current_branch }}-latest"@L} >> $GITHUB_ENV
78
79
- name: Buildah Action
80
id: build-operator
0 commit comments