Skip to content

Commit

Permalink
fix: Use upstream tag for build
Browse files Browse the repository at this point in the history
The "fut" tag will be the old version as we use the upstream tag
for creating a new tag without updating the output var with the new tag.
  • Loading branch information
hcnp committed Sep 13, 2024
1 parent 1adfca9 commit 2245147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
type=raw,latest
type=semver,pattern={{version}},value=${{ steps.fut.outputs.fut_version }}
type=semver,pattern={{version}},value=${{ steps.upstream.outputs.upstream_version }}
- name: Build and push
if: env.NEW_BUILD == 'true'
Expand Down

0 comments on commit 2245147

Please sign in to comment.