diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 709e20c..958348d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: run: echo "DATE_STAMP=$(date +%s)" > "$GITHUB_ENV" - name: Build and push Docker images - uses: ./../actions/nixpacks + uses: ./.github/actions/nixpacks with: push: true cache: true