Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add krankerl github action #851

Open
icewind1991 opened this issue Mar 9, 2021 · 2 comments
Open

Add krankerl github action #851

icewind1991 opened this issue Mar 9, 2021 · 2 comments

Comments

@icewind1991
Copy link
Contributor

Why be forced to do

      - name: Setup krankler
        run: |
          wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl
          chmod +x krankerl
      - name: Package app
        run: ./krankerl package

When you could be doing

      - name: Package app
        uses: ChristophWurst/krankerl@v1
        with:
          - command: package

That is 33% less time spend writing ci setups

@ChristophWurst
Copy link
Owner

plus you can use dependabot to receive bumps to new versions

@splitt3r
Copy link

splitt3r commented Jul 9, 2021

Maybe also publish as Docker image (on GitHub Container Registry) and reuse that for the GitHub Action? Otherwise https://github.com/actions-rs/cargo/blob/master/src/main.ts looks like a good starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants