|
17 | 17 | contents: read |
18 | 18 | packages: write |
19 | 19 | steps: |
20 | | - - uses: actions/checkout@v4 |
| 20 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
21 | 21 | - name: Log in to the Container registry |
22 | 22 | uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 |
23 | 23 | with: |
|
33 | 33 | type=sha,prefix=server_only-,format=short |
34 | 34 | type=raw,prefix=server_only-,value=latest |
35 | 35 | - name: Build and push Docker server_only image |
36 | | - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 |
| 36 | + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 |
37 | 37 | with: |
38 | 38 | context: publisher/server_only |
39 | 39 | push: true |
|
46 | 46 | contents: read |
47 | 47 | packages: write |
48 | 48 | steps: |
49 | | - - uses: actions/checkout@v4 |
| 49 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
50 | 50 | - name: Log in to the Container registry |
51 | 51 | uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 |
52 | 52 | with: |
|
62 | 62 | type=sha,prefix=standard-,format=short |
63 | 63 | type=raw,prefix=standard-,value=latest |
64 | 64 | - name: Build and push Docker standard image |
65 | | - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 |
| 65 | + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 |
66 | 66 | with: |
67 | 67 | context: publisher/standard |
68 | 68 | push: true |
|
75 | 75 | contents: read |
76 | 76 | packages: write |
77 | 77 | steps: |
78 | | - - uses: actions/checkout@v4 |
| 78 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
79 | 79 | - name: Log in to the Container registry |
80 | 80 | uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 |
81 | 81 | with: |
|
91 | 91 | type=sha,prefix=reverse-proxy-,format=short |
92 | 92 | type=raw,prefix=reverse-proxy-,value=latest |
93 | 93 | - name: Build and push Docker reverse-proxy image |
94 | | - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 |
| 94 | + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 |
95 | 95 | with: |
96 | 96 | context: tools/reverse-proxy |
97 | 97 | file: Dockerfile |
|
0 commit comments