Skip to content

Commit ba9b7c2

Browse files
committed
fix: latest version tag in code
1 parent 4c9da8e commit ba9b7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}
5858
build-args: |
59-
APP_VERSION=${{ steps.meta.outputs.version == 'main' && format('latest-{0}', env.sha_short) || steps.meta.outputs.version }}
59+
APP_VERSION=${{ steps.meta.outputs.version == 'latest' && format('latest-{0}', env.sha_short) || steps.meta.outputs.version }}

0 commit comments

Comments
 (0)