Skip to content

Commit b9a60e3

Browse files
committed
modify github workflow to pull the docker image from acr automatically
Signed-off-by: Guohan Lu <lguohan@gmail.com>
1 parent 352d512 commit b9a60e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/dash-bmv2-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Pull docker p4c image
52-
run: make docker-pull-dash-p4c
52+
run: make docker-dash-p4c
5353
- name: Build P4 software switch (bmv2) and P4Info
5454
run: DOCKER_FLAGS=$docker_fg_flags make p4
5555
- name: Install SAI submodule
5656
run: git submodule update --init
5757
- name: Pull docker saithrift-bldr image
58-
run: make docker-pull-saithrift-bldr
58+
run: make docker-saithrift-bldr
5959
- name: Generate SAI API
6060
run: DOCKER_FLAGS=$docker_fg_flags make sai
6161
- name: Pull docker bmv2-bldr image
62-
run: make docker-pull-bmv2-bldr
62+
run: make docker-bmv2-bldr
6363
- name: Build libsai c++ tests
6464
run: DOCKER_FLAGS=$docker_fg_flags make test
6565
- name: Prepare network

.github/workflows/dash-saithrift-client-bldr-docker-acr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v3
3636
- name: Pull docker p4c image
37-
run: make docker-pull-dash-p4c
37+
run: make docker-dash-p4c
3838
- name: Build P4 software switch (bmv2) and P4Info
3939
run: DOCKER_FLAGS=$docker_fg_flags make p4
4040
- name: Install SAI submodule

.github/workflows/dash-saithrift-client-bldr-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Pull docker p4c image
40-
run: make docker-pull-dash-p4c
40+
run: make docker-dash-p4c
4141
- name: Build P4 software switch (bmv2) and P4Info
4242
run: DOCKER_FLAGS=$docker_fg_flags make p4
4343
- name: Install SAI submodule

.github/workflows/dash-saithrift-client-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434
- name: Pull docker p4c image
35-
run: make docker-pull-dash-p4c
35+
run: make docker-dash-p4c
3636
- name: Build P4 software switch (bmv2) and P4Info
3737
run: DOCKER_FLAGS=$docker_fg_flags make p4
3838
- name: Install SAI submodule

0 commit comments

Comments
 (0)