Skip to content

Commit 097928e

Browse files
Merge pull request openstack-k8s-operators#152 from slagle/lowercase-tag
Convert latesttag to lowercase
2 parents c5ecc4d + da4f68d commit 097928e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set latest tag for non main branch
7575
if: "${{ steps.branch-name.outputs.current_branch != 'main' }}"
7676
run: |
77-
echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV
77+
echo "latesttag=${${{ steps.branch-name.outputs.current_branch }}-latest"@L} >> $GITHUB_ENV
7878
7979
- name: Buildah Action
8080
id: build-operator

0 commit comments

Comments
 (0)