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