diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 61cc0af..d38c887 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,16 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Call dagger on-push uses: dagger/dagger-for-github@v5 with: version: "0.10.2" verb: call - args: on-push --dir=./modules + args: on-push --dir=./modules --token=${{ secrets.GITHUB_TOKEN }}