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

Releases and update for newer actions? #7

Closed
vsoch opened this issue Feb 27, 2021 · 1 comment · Fixed by #10
Closed

Releases and update for newer actions? #7

vsoch opened this issue Feb 27, 2021 · 1 comment · Fixed by #10

Comments

@vsoch
Copy link
Member

vsoch commented Feb 27, 2021

Hey spack-github-action maintainers! I'm wondering if it would make sense to:

  • update this for the newer GitHub actions (I think this syntax is deprecated now, but I haven't tried)
  • have proper releases so the user doesn't have to target a branch

I have a use case of wanting to quickly install spack, and this would be perfect for it.

@vsoch
Copy link
Member Author

vsoch commented Feb 27, 2021

But I'm not sure what the specific use case for the action would be here, because I can easily use a spack container base to have a quick install of spack, e.g.,

jobs:
  spack-containerize:
    runs-on: ubuntu-latest
    container:
      image: spack/ubuntu-bionic
      options: --entrypoint /bin/bash
    steps:
      - name: Checkout
        uses: actions/checkout@v2        
      - name: Generate spack package Dockerfile
        run: |
           spack containerize

What are the intended use cases for the action?

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

Successfully merging a pull request may close this issue.

1 participant