chore: remove docker build

This commit is contained in:
Geoffroy Empain 2020-12-02 17:55:12 +01:00
parent 319238dde7
commit 0187d4f41c

View File

@ -34,7 +34,6 @@ jobs:
npm version --no-git-tag-version $(cat VERSION) --allow-same-version
fi
npm run build
docker build -f ./docker/Dockerfile -t $TMP_DOCKER_IMAGE .
- name: "release"
if: ${{ env.IS_RELEASE_BRANCH == 'true' }}
run: |