Update build-push.yml
parent
c33d1ea2ce
commit
fddf1ae68a
|
@ -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/spoticordmusic/spoticord
|
ghcr.io/kankerdev/spoticord/bot
|
||||||
# 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/spoticordmusic/spoticord:latest-cache
|
cache-from: ghcr.io/kankerdev/spoticord/bot:latest-cache
|
||||||
cache-to: ghcr.io/spoticordmusic/spoticord:latest-cache
|
cache-to: ghcr.io/kankerdev/spoticord/bot:latest-cache
|
||||||
|
|
Loading…
Reference in New Issue