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