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 7e9e9ba commit 1c55f20Copy full SHA for 1c55f20
.github/workflows/pr-build.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
docker save --output k8sdb-controller-container.tar k8sdb-controller:latest
56
- name: Upload image
57
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce #v3.1.2
+ uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
58
with:
59
name: k8sdb-controller-container
60
path: k8sdb-controller-container.tar
0 commit comments