diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1b75031..4f69cfb 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -32,7 +32,7 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Build container image - run: nix build .#streamSdxlContainer + run: nix build .#streamedSdxlContainer - name: 'Login to GitHub Container Registry' uses: docker/login-action@v3 with: