feat: add commit SHA tag to Docker image push for rollback capability

This commit is contained in:
ZdenekSrotyr 2026-04-09 16:38:38 +02:00
parent 69e029fb53
commit 816f217d8e

View file

@ -45,4 +45,6 @@ jobs:
uses: docker/build-push-action@v7
with:
push: true
tags: ghcr.io/${{ github.repository }}:latest
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.sha }}