Skip to content

Commit

Permalink
chore: hange docker login to GHA (#2978)
Browse files Browse the repository at this point in the history
change docker login to GHA

Signed-off-by: Troy Connor <[email protected]>
  • Loading branch information
troy0820 authored Feb 2, 2024
1 parent 3a527d9 commit ce7ade3
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/[email protected]
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 ce7ade3

Please sign in to comment.