File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
name : release
17
17
runs-on : " ubuntu-latest"
18
18
steps :
19
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
20
20
with :
21
21
fetch-depth : 0
22
22
38
38
type=raw,value=latest
39
39
40
40
- name : build and push image
41
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
41
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
42
42
with :
43
43
context : .
44
44
push : true
Original file line number Diff line number Diff line change 22
22
shell : bash -leo pipefail {0}
23
23
24
24
steps :
25
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
26
26
27
27
- uses : mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1
28
28
with :
53
53
uses : docker/setup-buildx-action@v3
54
54
55
55
- name : build docker image
56
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
56
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
57
57
with :
58
58
context : .
59
59
push : false
You can’t perform that action at this time.
0 commit comments