Skip to content

Commit

Permalink
change docker login to GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
  • Loading branch information
troy0820 committed Feb 2, 2024
1 parent 3a527d9 commit 731a5bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 731a5bb

Please sign in to comment.