diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454b3a9..dbea520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,13 +64,13 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: login to ghcr - uses: docker/login-action@v3 - if: ${{ github.ref == 'refs/heads/master' }} - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + - name: Login to ghcr + uses: docker/login-action@v3 + if: ${{ github.ref == 'refs/heads/master' }} + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v5