File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
28
with :
29
29
persist-credentials : false
30
30
31
31
- name : Log in to the Container registry
32
- uses : docker/login-action@v3
32
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
33
33
with :
34
34
registry : ${{ env.REGISTRY }}
35
35
username : ${{ github.actor }}
36
36
password : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name : Extract metadata for Docker
39
39
id : meta
40
- uses : docker/metadata-action@v5
40
+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
41
41
with :
42
42
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
43
43
tags : |
44
44
type=raw,value=latest${{ matrix.variant.suffix }}
45
45
type=raw,value={{date 'YYYYMMDD'}}${{ matrix.variant.suffix }}
46
46
47
47
- name : Build and push image
48
- uses : docker/build-push-action@v5
48
+ uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
49
49
with :
50
50
context : .
51
51
file : ./${{ matrix.variant.file }}
You can’t perform that action at this time.
0 commit comments