mirror of
https://github.com/mCaptcha/cache.git
synced 2024-11-23 09:05:21 +03:00
fix: rm tests from release workflow
This commit is contained in:
parent
dca6fa41f4
commit
4454f5d7d9
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue