Skip to content

Commit

Permalink
removed legacy krkn build step (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani authored Jan 8, 2025
1 parent 45deea2 commit 9de100b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{secrets.PYPI_TOKEN}}
TWINE_NON_INTERACTIVE: true
run: twine upload dist/*
build_krkn:
name: Build Krkn Image
runs-on: ubuntu-latest
steps:
- name: Rebuild krkn
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: redhat-chaos/actions/krkn@main
with:
QUAY_USER: ${{ secrets.RH_USERNAME }}
QUAY_TOKEN: ${{ secrets.RH_PASSWORD }}
run: twine upload dist/*

0 comments on commit 9de100b

Please sign in to comment.