Skip to content

Commit d994386

Browse files
authored
Remove cache from 'Release to Docker' workflow as unused (#681)
1 parent 36ede87 commit d994386

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 LiveKit, Inc.
1+
# Copyright 2026 LiveKit, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -28,16 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030

31-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
32-
with:
33-
path: |
34-
~/go/pkg/mod
35-
~/go/bin
36-
~/bin/protoc
37-
~/.cache
38-
key: ${{ runner.os }}-sip-${{ hashFiles('**/go.sum') }}
39-
restore-keys: ${{ runner.os }}-sip
40-
4131
- name: Docker metadata
4232
id: docker-md
4333
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6

0 commit comments

Comments
 (0)