Skip to content

Commit

Permalink
[1.3][VL] update docker image name for 1.3 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Jan 20, 2025
1 parent 646329d commit 39adeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
context: .
file: dev/docker/Dockerfile.centos7-static-build
push: true
tags: apache/gluten:vcpkg-centos-7
tags: apache/gluten:1.3-vcpkg-centos-7

build-centos-8:
if: ${{ startsWith(github.repository, 'apache/') }}
Expand All @@ -75,4 +75,4 @@ jobs:
context: .
file: dev/docker/Dockerfile.centos8-dynamic-build
push: true
tags: apache/gluten:centos-8
tags: apache/gluten:1.3-centos-8

0 comments on commit 39adeeb

Please sign in to comment.