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 28
28
29
29
- name : build docker metadata
30
30
id : meta
31
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
31
+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
32
32
with :
33
33
images : ${{ env.IMAGE_NAME }}
34
34
flavor : |
38
38
type=raw,value=latest
39
39
40
40
- name : build and push image
41
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
41
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # 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@617811f69075e3fd3ae68ca64220ad065877f246 # v1
27
+ - uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # 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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
57
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
58
58
with :
59
59
context : .
60
60
push : false
You can’t perform that action at this time.
0 commit comments