Fix release version and date in UI. (#1025)

This commit is contained in:
Googol Lee
2024-08-27 21:46:29 +02:00
committed by GitHub
parent bef9e7c666
commit bb66a8b791
3 changed files with 10 additions and 1 deletions

View File

@@ -70,3 +70,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' && github.repository == 'photoview/photoview' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
build-args: |
VERSION=${{ github.ref_name }}
COMMIT_SHA=${{ github.sha }}