Skip to content

Commit

Permalink
fixup! don't push latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagry committed Jan 15, 2025
1 parent 7b8c127 commit 86ea832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*'
- '*'

jobs:
release:
Expand Down Expand Up @@ -36,5 +36,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag }}

0 comments on commit 86ea832

Please sign in to comment.