We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4a79e commit 789f9deCopy full SHA for 789f9de
.github/workflows/build-containers.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-go@v5
22
with:
23
go-version: 1.24.6
24
+ cache-dependency-path: src/go.sum
25
- uses: docker/login-action@v3
26
27
registry: harbor.nirvati.org
@@ -76,6 +77,7 @@ jobs:
76
77
78
79
80
81
82
83
0 commit comments