Skip to content

Commit

Permalink
Update build-image.yml - login
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan authored May 8, 2024
1 parent 4f59cd3 commit a3c1081
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to quay.io/afxdp-plugins-for-kubernetes
- name: Login to quay.io
uses: docker/login-action@v3
with:
registry: quay.io
registry: ${{matrix.registry}}/${{matrix.organization}}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

Expand Down

0 comments on commit a3c1081

Please sign in to comment.