File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
34
34
- name : Extract metadata (tags, labels) for Docker
35
35
id : meta
36
- uses : docker/metadata-action@v5
36
+ uses : docker/metadata-action@v5.6.1
37
37
with :
38
38
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
39
39
tags : |
40
40
type=raw,value=${{ matrix.version }}
41
41
42
42
- name : Build and push Docker image
43
- uses : docker/build-push-action@v6
43
+ uses : docker/build-push-action@v6.14.0
44
44
with :
45
45
context : .
46
46
push : false
Original file line number Diff line number Diff line change @@ -39,22 +39,22 @@ jobs:
39
39
uses : actions/checkout@v4
40
40
41
41
- name : Log in to the Container registry
42
- uses : docker/login-action@v3
42
+ uses : docker/login-action@v3.4.0
43
43
with :
44
44
registry : ${{ env.REGISTRY }}
45
45
username : ${{ github.actor }}
46
46
password : ${{ secrets.GITHUB_TOKEN }}
47
47
48
48
- name : Extract metadata (tags, labels) for Docker
49
49
id : meta
50
- uses : docker/metadata-action@v5
50
+ uses : docker/metadata-action@v5.6.1
51
51
with :
52
52
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
53
53
tags : |
54
54
type=raw,value=${{ matrix.version }}
55
55
56
56
- name : Build and push Docker image
57
- uses : docker/build-push-action@v6
57
+ uses : docker/build-push-action@v6.14.0
58
58
with :
59
59
context : .
60
60
push : true
You can’t perform that action at this time.
0 commit comments