See if we can tag image with SHA
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user