From 7656945fe8fe172e1a0c9972d4c0fc7f4fc6f8bd Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 25 Aug 2025 08:03:25 +0300 Subject: [PATCH] See if we can tag image with SHA --- .github/workflows/test_and_deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2bb20aff..10379eeb 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -97,7 +97,9 @@ jobs: uses: docker/build-push-action@v6 with: platforms: linux/amd64 - tags: fullyforged/music_library:latest + tags: | + fullyforged/music_library:latest + fullyforged/music_library:${{ github.sha }} push: true cache-from: type=registry,ref=fullyforged/music_library:latest cache-to: type=inline