File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1112import (
1213 "context"
1314 "flag"
Original file line number Diff line number Diff 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
1112import (
1213 "fmt"
1314 "os"
You can’t perform that action at this time.
0 commit comments