File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
type=raw,value=latest
39
39
40
40
- name : build and push image
41
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
41
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
42
42
with :
43
43
context : .
44
44
push : true
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26
26
27
- - uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v1
27
+ - uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v1
28
28
with :
29
29
environment-file : environment.yml
30
30
micromamba-version : " 1.5.10-0"
54
54
uses : docker/setup-buildx-action@v3
55
55
56
56
- name : build docker image
57
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
57
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
58
58
with :
59
59
context : .
60
60
push : false
You can’t perform that action at this time.
0 commit comments