Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit 4a63a71

Browse files
committed
fixes cache for build-push-docker-manage-ui
1 parent 5ea9ea9 commit 4a63a71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-manage-ui.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Build and Push inkeep/agents-manage-ui
33
on:
44
push:
55
branches: [main]
6-
pull_request:
7-
branches: [main]
8-
types: [opened, synchronize, reopened]
96

107
jobs:
118
build-push-docker-manage-ui:
@@ -56,4 +53,5 @@ jobs:
5653
tags: |
5754
inkeep/agents-manage-ui:latest
5855
inkeep/agents-manage-ui:${{ steps.meta.outputs.SHORT_SHA }}
59-
cache-from: type=local,dest=/tmp/.buildx-cache,mode=max
56+
cache-from: type=gha
57+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)