@@ -22,27 +22,27 @@ jobs:
22
22
group : aws-general-8-plus
23
23
steps :
24
24
- name : Set up Docker Buildx
25
- uses : docker/setup-buildx-action@v1
25
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
26
26
- name : Check out code
27
27
uses : actions/checkout@v3
28
28
with :
29
29
persist-credentials : false
30
30
- name : Login to DockerHub
31
- uses : docker/login-action@v2
31
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
32
32
with :
33
33
username : ${{ secrets.DOCKERHUB_USERNAME }}
34
34
password : ${{ secrets.DOCKERHUB_PASSWORD }}
35
35
36
36
- name : Build and Push CPU
37
- uses : docker/build-push-action@v4
37
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
38
38
with :
39
39
context : ./docker/peft-cpu
40
40
push : true
41
41
tags : huggingface/peft-cpu
42
42
43
43
- name : Post to Slack
44
44
if : always()
45
- uses : huggingface/hf-workflows/.github/actions/post-slack@main
45
+ uses : huggingface/hf-workflows/.github/actions/post-slack@3f88d63d3761558a32e8e46fc2a8536e04bb2aea # main from Feb 2025-02-24
46
46
with :
47
47
slack_channel : ${{ env.CI_SLACK_CHANNEL }}
48
48
title : 🤗 Results of the PEFT-CPU docker build
@@ -55,27 +55,27 @@ jobs:
55
55
group : aws-general-8-plus
56
56
steps :
57
57
- name : Set up Docker Buildx
58
- uses : docker/setup-buildx-action@v1
58
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
59
59
- name : Check out code
60
60
uses : actions/checkout@v3
61
61
with :
62
62
persist-credentials : false
63
63
- name : Login to DockerHub
64
- uses : docker/login-action@v1
64
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
65
65
with :
66
66
username : ${{ secrets.DOCKERHUB_USERNAME }}
67
67
password : ${{ secrets.DOCKERHUB_PASSWORD }}
68
68
69
69
- name : Build and Push GPU
70
- uses : docker/build-push-action@v4
70
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
71
71
with :
72
72
context : ./docker/peft-gpu
73
73
push : true
74
74
tags : huggingface/peft-gpu
75
75
76
76
- name : Post to Slack
77
77
if : always()
78
- uses : huggingface/hf-workflows/.github/actions/post-slack@main
78
+ uses : huggingface/hf-workflows/.github/actions/post-slack@3f88d63d3761558a32e8e46fc2a8536e04bb2aea # main from Feb 2025-02-24
79
79
with :
80
80
slack_channel : ${{ env.CI_SLACK_CHANNEL }}
81
81
title : 🤗 Results of the PEFT-GPU docker build
@@ -88,27 +88,27 @@ jobs:
88
88
group : aws-general-8-plus
89
89
steps :
90
90
- name : Set up Docker Buildx
91
- uses : docker/setup-buildx-action@v1
91
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
92
92
- name : Check out code
93
93
uses : actions/checkout@v3
94
94
with :
95
95
persist-credentials : false
96
96
- name : Login to DockerHub
97
- uses : docker/login-action@v1
97
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
98
98
with :
99
99
username : ${{ secrets.DOCKERHUB_USERNAME }}
100
100
password : ${{ secrets.DOCKERHUB_PASSWORD }}
101
101
102
102
- name : Build and Push GPU
103
- uses : docker/build-push-action@v4
103
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
104
104
with :
105
105
context : ./docker/peft-gpu-bnb-source
106
106
push : true
107
107
tags : huggingface/peft-gpu-bnb-source
108
108
109
109
- name : Post to Slack
110
110
if : always()
111
- uses : huggingface/hf-workflows/.github/actions/post-slack@main
111
+ uses : huggingface/hf-workflows/.github/actions/post-slack@3f88d63d3761558a32e8e46fc2a8536e04bb2aea # main from Feb 2025-02-24
112
112
with :
113
113
slack_channel : ${{ env.CI_SLACK_CHANNEL }}
114
114
title : 🤗 Results of the PEFT-GPU (bnb source / HF latest) docker build
@@ -121,27 +121,27 @@ jobs:
121
121
group : aws-general-8-plus
122
122
steps :
123
123
- name : Set up Docker Buildx
124
- uses : docker/setup-buildx-action@v1
124
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
125
125
- name : Check out code
126
126
uses : actions/checkout@v3
127
127
with :
128
128
persist-credentials : false
129
129
- name : Login to DockerHub
130
- uses : docker/login-action@v1
130
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
131
131
with :
132
132
username : ${{ secrets.DOCKERHUB_USERNAME }}
133
133
password : ${{ secrets.DOCKERHUB_PASSWORD }}
134
134
135
135
- name : Build and Push GPU
136
- uses : docker/build-push-action@v4
136
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
137
137
with :
138
138
context : ./docker/peft-gpu-bnb-latest
139
139
push : true
140
140
tags : huggingface/peft-gpu-bnb-latest
141
141
142
142
- name : Post to Slack
143
143
if : always()
144
- uses : huggingface/hf-workflows/.github/actions/post-slack@main
144
+ uses : huggingface/hf-workflows/.github/actions/post-slack@3f88d63d3761558a32e8e46fc2a8536e04bb2aea # main from Feb 2025-02-24
145
145
with :
146
146
slack_channel : ${{ env.CI_SLACK_CHANNEL }}
147
147
title : 🤗 Results of the PEFT-GPU (bnb source / HF source) docker build
0 commit comments