File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Publish Video Operator to Dockerhub
1
+ name : Test Publish Video Operator Benchmark to Dockerhub
2
+
3
+ permissions :
4
+ contents : read
2
5
3
6
on : workflow_dispatch
4
7
7
10
runs-on : ubuntu-latest
8
11
steps :
9
12
- name : Checkout
10
- uses : actions/checkout@v4
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
14
with :
12
15
ref : main
13
16
14
17
- name : Set up QEMU
15
- uses : docker/setup-qemu-action@v3
18
+ uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
16
19
17
20
- name : Set up Docker Buildx
18
- uses : docker/setup-buildx-action@v3
21
+ uses : docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
19
22
20
23
- name : Login to Docker Hub
21
- uses : docker/login-action@v3
24
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v.3.1.0
22
25
with :
23
26
username : ${{ secrets.DOCKERHUB_USERNAME }}
24
27
password : ${{ secrets.DOCKERHUB_TOKEN }}
25
28
26
29
- name : Build and push amd64
27
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
28
31
with :
29
- context : ./ src/
32
+ context : src/
30
33
file : benchmark/vidvec/Dockerfile.vid_vec_rep_resnet
31
34
platforms : linux/amd64
32
35
push : true
33
36
tags : tattletech/feluda-operator-vidvec:benchmark-amd64-latest-test
34
37
35
38
- name : Build and push arm64
36
- uses : docker/build-push-action@v5
39
+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
37
40
with :
38
- context : ./ src/
41
+ context : src/
39
42
file : benchmark/vidvec/Dockerfile.vid_vec_rep_resnet_graviton
40
43
platforms : linux/arm64
41
44
push : true
You can’t perform that action at this time.
0 commit comments