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.
github.sha
1 parent b660165 commit 958bd31Copy full SHA for 958bd31
.github/workflows/demo-action.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Cache Container Images
29
id: cache-container-images
30
- uses: jamesmortensen/cache-container-images-action@master
+ uses: jamesmortensen/cache-container-images-action@${{ github.sha }}
31
with:
32
runtime: podman
33
images: |
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
prefix-key: 'podman-cache ${{ github.run_id }}'
80
0 commit comments