diff --git a/.github/workflows/build_pipelinesrelease_template.yml b/.github/workflows/build_pipelinesrelease_template.yml index eeb077c9c..c4cc138da 100644 --- a/.github/workflows/build_pipelinesrelease_template.yml +++ b/.github/workflows/build_pipelinesrelease_template.yml @@ -112,9 +112,9 @@ jobs: - name: Docker Login uses: docker/login-action@v3.0.0 with: - registry: "${{ env.GHCR_IOGETPORTER_DOCKER_REGISTRY }}" - username: "${{ env.GHCR_IOGETPORTER_DOCKER_USERNAME }}" - password: "${{ secrets.GHCR_IOGETPORTER_DOCKER_PASSWORD }}" + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Configure Agent run: go run mage.go ConfigureAgent SetBinExecutable - name: Integration Test