diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1f47eee..31061d3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . # Build context là thư mục gốc - file: ./Dockerfile.prod # Chỉ định Dockerfile cho production + file: ./Dockerfile # Chỉ định Dockerfile cho production push: true # Đẩy image lên registry tags: | # Đặt tên và tag cho image ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}:${{ gitea.ref_name }}