diff --git a/.github/workflows/porter-integration.yml b/.github/workflows/porter-integration.yml index e272f76c2..e47c1ba20 100644 --- a/.github/workflows/porter-integration.yml +++ b/.github/workflows/porter-integration.yml @@ -27,11 +27,11 @@ jobs: - name: Docker Login uses: docker/login-action@v3.0.0 with: - registry: ghcr.io + registry: ghcr.io/getporter username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Native Build - run: go run mage.go Build + - name: Configure Agent + run: go run mage.go build shell: bash - name: Integration Test run: go run mage.go -v TestIntegration