1- name : sc-client-deb10 -publish
1+ name : sc-client-deb12 -publish
22
33on :
44 push :
55 branches :
66 - ' main'
77 paths :
8- - ' .github/workflows/sc-client-deb10 -publish.yml'
9- - ' dockerfiles/buster /Dockerfile.client'
10- - ' dockerfiles/buster /Dockerfile.saithrift-client'
8+ - ' .github/workflows/sc-client-deb12 -publish.yml'
9+ - ' dockerfiles/bookworm /Dockerfile.client'
10+ - ' dockerfiles/bookworm /Dockerfile.saithrift-client'
1111 - ' common/**'
1212 - ' cli/**'
1313 - ' scripts/**'
@@ -26,19 +26,19 @@ jobs:
2626 - name : Update submodules
2727 run : git submodule update --init
2828 - name : Build client Docker image
29- run : ./build.sh -i client -o deb10 --nosnappi
29+ run : ./build.sh -i client -o deb12 --nosnappi
3030 - name : Build client Docker image with SAI thrift
31- run : ./build.sh -i client -s thrift -o deb10 --nosnappi
31+ run : ./build.sh -i client -s thrift -o deb12 --nosnappi
3232 - name : Log in to Docker Hub
3333 uses : docker/login-action@v2
3434 with :
3535 username : plvisiondevs
3636 password : ${{ secrets.DOCKER_TOKEN }}
3737 - name : Create a tag for DockerHub
38- run : docker tag sc-client:buster plvisiondevs/sc-client:buster -latest
38+ run : docker tag sc-client:bookworm plvisiondevs/sc-client:bookworm -latest
3939 - name : docker push sc-client
40- run : docker push plvisiondevs/sc-client:buster -latest
40+ run : docker push plvisiondevs/sc-client:bookworm -latest
4141 - name : Create a tag for DockerHub
42- run : docker tag sc-thrift-client:buster plvisiondevs/sc-thrift-client:buster -latest
42+ run : docker tag sc-thrift-client:bookworm plvisiondevs/sc-thrift-client:bookworm -latest
4343 - name : docker push sc-thrift-client
44- run : docker push plvisiondevs/sc-thrift-client:buster -latest
44+ run : docker push plvisiondevs/sc-thrift-client:bookworm -latest
0 commit comments