Skip to content

Commit

Permalink
updating quay login
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 23, 2024
1 parent fb90c4c commit e79c656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Login in quay
run: docker login quay.io -u ${QUAY_USER} -p ${QUAY_TOKEN}
env:
QUAY_USER: ${{ secrets.QUAY_USER_1 }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN_1 }}
QUAY_USER: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_PASSWORD }}
- name: Check out code
uses: actions/checkout@master
- name: Build the Docker images
Expand Down

0 comments on commit e79c656

Please sign in to comment.