Skip to content

Commit

Permalink
Fix(ci): Address event name typo (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvalin authored Mar 4, 2025
1 parent 2315866 commit 617e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Login to Quay
if: github.event.name == 'push'
if: github.event_name == 'push'
run: docker login quay.io -u ${{ secrets.QUAY_UNAME }} -p ${{ secrets.QUAY_PASSWD }}

- name: Build container
Expand Down

0 comments on commit 617e357

Please sign in to comment.