remove cache
Build and Publish Containers / build-and-push (./backend, ./backend/Dockerfile, rmtpocketwatcher-backend, backend) (push) Successful in 5m33s

This commit is contained in:
2026-06-06 12:22:23 -04:00
parent 2f92f1e3e1
commit 6228e4f41c
+2 -2
View File
@@ -86,5 +86,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ steps.image.outputs.image_ref }}:buildcache
cache-to: type=registry,ref=${{ steps.image.outputs.image_ref }}:buildcache,mode=max
cache-from: type=registry,ref=${{ steps.image.outputs.image_ref }}:latest
cache-to: type=inline