We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1a146 commit c795c15Copy full SHA for c795c15
.github/workflows/ci.yml
@@ -28,8 +28,8 @@ jobs:
28
# Install dependencies
29
- name: Install dependencies
30
run: |
31
- python -m pip install --upgrade pip
32
- pip install -r backend/requirements.txt
+ python -m pip install --upgrade pip
+ pip install -r backend/requirements.txt
33
34
# Run tests
35
# - name: Run tests
@@ -41,9 +41,9 @@ jobs:
41
if: github.ref == 'refs/heads/main'
42
uses: docker/login-action@v3
43
with:
44
- registry: ghcr.io
45
- username: ${{ github.actor }}
46
- password: ${{ secrets.GITHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
47
48
# Build and push Docker image (for main only)
49
- name: Build and push Docker image
0 commit comments