Skip to content

Commit

Permalink
Fixed secret names (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Feb 9, 2024
1 parent d195191 commit 1abf625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_freyja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

- name: Build and push user-defined tag to DockerHub
id: docker_build_user_defined_tag
Expand Down

0 comments on commit 1abf625

Please sign in to comment.