Skip to content

Commit 02a1013

Browse files
authored
Fix workflow (#11)
1 parent 3f5f707 commit 02a1013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
IMAGE_NAME: "hcloud-metallb-operator"
6262
ContainerImageTags: >-
6363
${{ steps.meta.outputs.PreReleaseLabel != ''
64-
&& format('{0};{1};{2}', steps.meta.outputs.SemVer, steps.meta.outputs.MajorMinorPath, steps.meta.outputs.InformationalVersion)
65-
|| format('{0};{1}.{2};{3};latest', steps.meta.outputs.SemVer, steps.meta.outputs.Major, steps.meta.outputs.Minor, steps.meta.outputs.InformationalVersion)
64+
&& format('{0};{1};{2}', steps.meta.outputs.SemVer, steps.meta.outputs.MajorMinorPatch, steps.meta.outputs.AssemblySemFileVer)
65+
|| format('{0};{1};{2};latest', steps.meta.outputs.SemVer, steps.meta.outputs.MajorMinorPatch, steps.meta.outputs.AssemblySemFileVer)
6666
}}
6767
run: |
6868
dotnet publish \

0 commit comments

Comments
 (0)