Update build-push.yml
parent
0b70de72c9
commit
0c73046101
|
@ -39,7 +39,7 @@ jobs:
|
|||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
ghcr.io/SpoticordMusic/spoticord
|
||||
ghcr.io/spoticordmusic/spoticord
|
||||
# Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
@ -59,5 +59,5 @@ jobs:
|
|||
tags: ${{ steps.spoticord.outputs.tags }}
|
||||
labels: ${{ steps.spoticord.outputs.labels }}
|
||||
# Some basic caching of the layers...
|
||||
cache-from: ghcr.io/SpoticordMusic/spoticord:latest-cache
|
||||
cache-to: ghcr.io/SpoticordMusic/spoticord:latest-cache
|
||||
cache-from: ghcr.io/spoticordmusic/spoticord:latest-cache
|
||||
cache-to: ghcr.io/spoticordmusic/spoticord:latest-cache
|
||||
|
|
Loading…
Reference in New Issue