Skip to content

Commit

Permalink
Disabled container push step in CI workflow (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucifergene <[email protected]>
  • Loading branch information
Lucifergene authored Aug 29, 2024
1 parent f012fc2 commit a275da4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ jobs:
run: make container-build
- name: Test
run: make test
- name: Push
env:
QUAY_USER_NAME: ${{ secrets.QUAY_USER_NAME }}
QUAY_AUTH_TOKEN: ${{ secrets.QUAY_AUTH_TOKEN }}
run: make container-push

0 comments on commit a275da4

Please sign in to comment.