fix: rm tests from release workflow

This commit is contained in:
Aravinth Manivannan
2024-02-23 14:38:11 +05:30
parent dca6fa41f4
commit 4454f5d7d9

View File

@@ -39,9 +39,6 @@ jobs:
- name: build docker image
run: docker buildx build -t mcaptcha/cache:${RELEASE_VERSION} . --load
- name: stop docker container
run: make docker-stop
- name: Login to DockerHub
uses: docker/login-action@v1
with: