build: add latest to docker release (#763)

This commit is contained in:
Yoann Lecuyer
2025-12-08 00:14:00 +01:00
committed by GitHub
parent af4e738f5e
commit 1aa05edbc3

View File

@@ -57,6 +57,7 @@ dockers_v2:
- 'ghcr.io/sablierapp/sablier' - 'ghcr.io/sablierapp/sablier'
tags: tags:
- '{{ .Version }}' - '{{ .Version }}'
- 'latest'
dockerfile: build/Dockerfile dockerfile: build/Dockerfile
platforms: platforms:
- linux/amd64 - linux/amd64
@@ -86,4 +87,4 @@ checksum:
# Change the digests filename: # Change the digests filename:
docker_digest: docker_digest:
name_template: "digests.txt" name_template: "digests.txt"