Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star committed Jun 24, 2024
1 parent ad54b55 commit e34f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
max-parallelism = 1
- name: Build Docker image
run: docker buildx build -t oceanbase-ce -f oceanbase-ce/Dockerfile --build-arg {{ vars.TEST_OCEANBASE_VERSION }} --platform=linux/amd64 ./oceanbase-ce
run: docker buildx build -t oceanbase-ce -f oceanbase-ce/Dockerfile --build-arg VERSION={{ vars.TEST_OCEANBASE_VERSION }} --platform=linux/amd64 ./oceanbase-ce

- name: Export Docker image
run: docker save -o oceanbase-ce.tar oceanbase-ce
Expand Down

0 comments on commit e34f5bd

Please sign in to comment.