File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
group : cleanup-images
16
16
steps :
17
17
- name : Delete untagged images
18
- uses : dataaxiom/ghcr-cleanup-action@v1
18
+ uses : dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1
19
19
with :
20
20
keep-n-untagged : 10
21
21
- name : Delete old release candidate images
22
- uses : dataaxiom/ghcr-cleanup-action@v1
22
+ uses : dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1
23
23
with :
24
24
delete-tags : ' *-rc*'
25
25
keep-n-tagged : 3
Original file line number Diff line number Diff line change 39
39
timeout-minutes : 10
40
40
services :
41
41
squid-proxy :
42
- image : ubuntu/squid:latest
42
+ image : ubuntu/squid:latest@sha256:98f98aaa024e4a58433450f8adde48ef5748f1ae05133b2367d64317cc881a3a
43
43
ports :
44
44
- 3128:3128
45
45
You can’t perform that action at this time.
0 commit comments