This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 738e1bb MNEMONIC-709: Upgrade the Docker image in Dockerhub for CI
738e1bb is described below
commit 738e1bbfb9eb94e8504f042ccd7321d08f8e3505
Author: Gary <[email protected]>
AuthorDate: Sun Dec 5 19:40:20 2021 -0800
MNEMONIC-709: Upgrade the Docker image in Dockerhub for CI
---
.github/workflows/docker_ubuntu.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker_ubuntu.yml
b/.github/workflows/docker_ubuntu.yml
index fbb751a..33fe303 100644
--- a/.github/workflows/docker_ubuntu.yml
+++ b/.github/workflows/docker_ubuntu.yml
@@ -21,7 +21,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
container:
- image: mnemonic/mneci:v4
+ image: mnemonic/mneci:v5
env:
MNE_MODE: development
steps: