Skip to content

Commit 6b306d3

Browse files
fix(ci): use v-prefixed major version tag for container image
Change the floating major tag from :1 to :v1 to match consumer repo references (e.g. ghcr.io/devrail-dev/dev-toolchain:v1). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7d0343c commit 6b306d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
images: ${{ env.IMAGE_NAME }}
101101
tags: |
102102
type=semver,pattern={{version}},value=${{ steps.tag.outputs.tag }}
103-
type=semver,pattern={{major}},value=${{ steps.tag.outputs.tag }}
103+
type=semver,pattern=v{{major}},value=${{ steps.tag.outputs.tag }}
104104
labels: |
105105
org.opencontainers.image.source=https://github.com/devrail-dev/dev-toolchain
106106
org.opencontainers.image.description=DevRail developer toolchain container

0 commit comments

Comments
 (0)