Skip to content

Commit

Permalink
Seperate github jobs docker and apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Jul 24, 2024
1 parent a193f55 commit 11fbc1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/docker-openstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}

apptainer:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8.x'

- name: install apptainer
shell: bash
run: |
Expand Down Expand Up @@ -77,6 +85,7 @@ jobs:
- name: Upload artifacts to AWS S3
uses: usualdesigner/s3-artifact-upload@main
with:
bucket-name: openstudio-builds/${{env.OPENSTUDIO_VERSION}}
bucket-name: openstudio-builds
prefix: ${{env.OPENSTUDIO_VERSION}}
file: OpenStudio-${{ env.OPENSTUDIO_VERSION }}${{ env.OPENSTUDIO_VERSION_EXT }}.${{ env.OPENSTUDIO_SHA }}-Apptainer.sif

0 comments on commit 11fbc1a

Please sign in to comment.