Skip to content

Commit

Permalink
workflows: change secrets used in build_and_push_pg_slim
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Jan 25, 2024
1 parent 2f21edc commit af4dcd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_PASSWORD }}
username: ${{ secrets.QUAY_USER_TEMBO }}
password: ${{ secrets.QUAY_PASSWORD_TEMBO }}
- name: Build and push
run: |
set -xe
Expand Down

0 comments on commit af4dcd6

Please sign in to comment.