Skip to content

Commit

Permalink
ci: lite builder push latest tag unexpectedly.
Browse files Browse the repository at this point in the history
Released-As: v0.10.2
  • Loading branch information
riccox committed Jan 13, 2025
1 parent 300d18f commit 9ba6486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-release-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=false
tags: |
type=raw,value=lite
type=semver,pattern=v{{version}}-lite
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=false
tags: |
type=raw,value=lite
type=semver,pattern=v{{version}}-lite
Expand Down

0 comments on commit 9ba6486

Please sign in to comment.