[fix] Fixed CI/CD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user