Skip to content

Commit d1857aa

Browse files
authored
Update for V5.7
1 parent c89ae3f commit d1857aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
docker_image: ubuntu
2626
container_name: ubuntu_container
2727
upload_path: ../griddb_*_amd64.deb
28-
- os: Centos
28+
- os: Rockylinux
2929
file_type: rpm
3030
package_path: ./griddb/installer/RPMS/x86_64/griddb-*-linux.x86_64.rpm
31-
docker_file: .github/workflows/dockerFile/Dockerfile-centos
32-
docker_image: centos
33-
container_name: centos_container
31+
docker_file: .github/workflows/dockerFile/Dockerfile-rockylinux
32+
docker_image: rockylinux
33+
container_name: rockylinux_container
3434
upload_path: installer/RPMS/x86_64/griddb-*-linux.x86_64.rpm
3535

3636
steps:

0 commit comments

Comments
 (0)