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
No known key found for this signature in database
GPG key ID: F8F50389936984FF

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: