Update build-push.yml

main
Daniel 2023-09-24 22:04:53 +02:00 committed by GitHub
parent 7405e1e662
commit 0b70de72c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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