File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
password : ${{ secrets.GITHUB_TOKEN }}
31
31
- name : Extract Docker metadata
32
32
id : meta
33
- uses : docker/metadata-action@3f6690a76cbcbe44da6bac853d66df365ab3af27
33
+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
34
34
with :
35
35
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
36
- name : Build and push Docker image
Original file line number Diff line number Diff line change 41
41
# https://github.com/docker/metadata-action
42
42
- name : Extract Docker metadata
43
43
id : meta
44
- uses : docker/metadata-action@3f6690a76cbcbe44da6bac853d66df365ab3af27
44
+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
45
45
with :
46
46
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
47
47
You can’t perform that action at this time.
0 commit comments