See if we can tag image with SHA

This commit is contained in:
Claudio Ortolina
2025-08-25 08:03:25 +03:00
parent 59f75d5166
commit 7656945fe8
+3 -1
View File
@@ -97,7 +97,9 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
platforms: linux/amd64 platforms: linux/amd64
tags: fullyforged/music_library:latest tags: |
fullyforged/music_library:latest
fullyforged/music_library:${{ github.sha }}
push: true push: true
cache-from: type=registry,ref=fullyforged/music_library:latest cache-from: type=registry,ref=fullyforged/music_library:latest
cache-to: type=inline cache-to: type=inline