Skip to content

Commit 3a79ad4

Browse files
committed
Pick a fix
1 parent a269698 commit 3a79ad4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/docker_image.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Build and Push Docker Image
1818
on:
1919
push:
2020
branches:
21-
- main
21+
- branch-1.5
2222
paths:
2323
- '.github/workflows/docker_image.yml'
2424
- '.github/workflows/util/install_spark_resources.sh'
@@ -28,8 +28,6 @@ on:
2828
- 'dev/docker/Dockerfile.centos8-dynamic-build'
2929
- 'dev/docker/Dockerfile.centos9-dynamic-build'
3030
- 'dev/docker/cudf/Dockerfile'
31-
schedule:
32-
- cron: '0 20 * * 0'
3331

3432
env:
3533
DOCKERHUB_REPO: apache/gluten
@@ -58,7 +56,7 @@ jobs:
5856
context: .
5957
file: dev/docker/Dockerfile.centos7-static-build
6058
push: true
61-
tags: ${{ env.DOCKERHUB_REPO }}:vcpkg-centos-7
59+
tags: ${{ env.DOCKERHUB_REPO }}:1.5-vcpkg-centos-7
6260

6361
build-centos-9-jdk8-cudf:
6462
if: ${{ startsWith(github.repository, 'apache/') }}
@@ -89,7 +87,7 @@ jobs:
8987
context: .
9088
file: dev/docker/cudf/Dockerfile
9189
push: true
92-
tags: ${{ env.DOCKERHUB_REPO }}:centos-9-jdk8-cudf
90+
tags: ${{ env.DOCKERHUB_REPO }}:1.5-centos-9-jdk8-cudf
9391

9492
build-vcpkg-centos-8:
9593
if: ${{ startsWith(github.repository, 'apache/') }}
@@ -350,7 +348,7 @@ jobs:
350348
uses: docker/metadata-action@v5
351349
with:
352350
images: ${{ env.DOCKERHUB_REPO }}
353-
tags: ${{ matrix.digests }}
351+
tags: 1.5-${{ matrix.digests }}
354352

355353
- name: Create manifest list and push
356354
working-directory: ${{ runner.temp }}/digests
@@ -360,5 +358,5 @@ jobs:
360358
361359
- name: Inspect image
362360
run: |
363-
docker buildx imagetools inspect ${{ env.DOCKERHUB_REPO }}:${{ steps.meta.outputs.version }}
361+
docker buildx imagetools inspect ${{ env.DOCKERHUB_REPO }}:1.5-${{ steps.meta.outputs.version }}
364362

0 commit comments

Comments
 (0)