Skip to content

Commit 67e68bc

Browse files
committed
chore(ci): disable docker caching
1 parent 6c135a9 commit 67e68bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- ci/docker
78
tags:
89
- 'v*'
910
workflow_dispatch:
@@ -58,6 +59,10 @@ jobs:
5859
push: ${{ github.event_name != 'pull_request' }}
5960
tags: ${{ steps.meta.outputs.tags }}
6061
labels: ${{ steps.meta.outputs.labels }}
62+
no-cache: true
63+
# Explicitly disable cache sources
64+
cache-from: ""
65+
cache-to: ""
6166

6267
- name: Image digest
6368
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)