Skip to content

Commit 64e1427

Browse files
authored
Merge pull request #2186 from diggerhq/chore/breardon2011/release-adjustment
chore: helm compat
2 parents 4973517 + edae6d2 commit 64e1427

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/taco-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ jobs:
142142
with:
143143
images: ghcr.io/${{ github.repository }}/taco-statesman
144144
tags: |
145+
type=raw,value=${{ steps.meta.outputs.version }}
145146
type=ref,event=tag
146-
type=semver,pattern={{version}}
147-
type=semver,pattern={{major}}.{{minor}}
148147
type=raw,value=latest
149148
150149
- name: Build and push Docker image

taco/cmd/statesman/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package main
88
// Testing isolated taco releases without interference
99
// Testing multi-arch Docker builds with linux/amd64,arm64,386 support
1010
// Removed linux/386 due to Ubuntu 24.04 platform compatibility
11+
// Fixed semver pattern issue - using manual version for Docker tags
1112
import (
1213
"context"
1314
"flag"

taco/cmd/taco/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package main
88
// Should now have clean releases without dgctl contamination
99
// Testing multi-arch Docker builds and Helm-compatible tags
1010
// Fixed linux/386 platform issue - now testing amd64,arm64 only
11+
// Testing manual version derivation for Helm-compatible Docker tags
1112
import (
1213
"fmt"
1314
"os"

0 commit comments

Comments
 (0)