mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 23:29:11 +00:00
Fix failed build for v2.4.0 version (#1244)
* Fix failed build for `v2.4.0` version * fix the typo --------- Co-authored-by: Konstantin Koval
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
target: release
|
||||
#target: release # Uncomment before releasing the new version, as the 2.4.0 doesn't have this target.
|
||||
sbom: true
|
||||
provenance: mode=max
|
||||
platforms: ${{ env.PLATFORMS }}
|
||||
|
||||
Reference in New Issue
Block a user