Update build-push.yml

This commit is contained in:
Daniel
2023-09-24 22:09:06 +02:00
committed by GitHub
parent 0b70de72c9
commit 0c73046101
+3 -3
View File
@@ -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