There was an error while loading. Please reload this page.
1 parent 36ede87 commit d994386Copy full SHA for d994386
1 file changed
.github/workflows/docker.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2023 LiveKit, Inc.
+# Copyright 2026 LiveKit, Inc.
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -28,16 +28,6 @@ jobs:
28
steps:
29
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30
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
-
41
- name: Docker metadata
42
id: docker-md
43
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
0 commit comments