ci: remove SHA-based Docker image tagging
Removes the SHA-prefixed tag generation from the Docker build-push-action to simplify the tagging strategy and reduce unnecessary image variants.
lemon-mint committed
Nov 5, 2025 at 10:00 UTC
1fbdec3b6fc1489326f35c7245e435d6bd5671bf
1 file changed
-1
.github/workflows/cd.yml
-1
@@ -41,7 +41,6 @@ jobs:
41
type=semver,pattern={{version}}
42
type=semver,pattern={{major}}.{{minor}}
43
type=semver,pattern={{major}}
44
- type=sha,prefix={{branch}}-
44
45
- name: Build and push Docker image
46
uses: docker/build-push-action@v5