We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43dcc3 commit 0e76762Copy full SHA for 0e76762
.github/workflows/main.yml
@@ -31,7 +31,8 @@ jobs:
31
echo "MNE_VERSION=${{ github.event.inputs.tags }}" >> $GITHUB_ENV
32
echo "DOCKER_TAG=:${{ github.event.inputs.tags }}" >> $GITHUB_ENV
33
else
34
- echo "MNE_VERSION=1.8" >> $GITHUB_ENV
+ echo "MNE_VERSION=main" >> $GITHUB_ENV
35
+ echo "DOCKER_TAG=latest" >> $GITHUB_ENV
36
fi
37
echo "Got MNE_VERSION=${MNE_VERSION}"
38
echo "Got DOCKER_TAG=${DOCKER_TAG}"
0 commit comments