[fix] Fixed CI/CD

This commit is contained in:
ITQ
2024-04-01 01:23:12 +03:00
parent 0867866f00
commit 78251bbcda
3 changed files with 7 additions and 37 deletions
+2 -7
View File
@@ -13,11 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Pull Docker images and start containers
run: docker-compose up -d
run: |
docker-compose up -d --build