Skip to content

Commit

Permalink
fix build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp authored Sep 25, 2024
1 parent 83c7573 commit 0983d56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make versioned sif name
run: |
echo "sif_name=degauss-geocoder_${{ github.sha }}.sif" >> $GITHUB_ENV
echo "version_tag="${{ github.sha }}" >> $GITHUB_ENV
run: echo "sif_name=degauss-geocoder_${{ github.sha }}.sif" >> $GITHUB_ENV
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.3
Expand All @@ -30,4 +28,4 @@ jobs:
- name: push to ghcr
run: |
apptainer registry login --username cole-brokamp --password ${{ secrets.GITHUB_TOKEN }} docker://ghcr.io
apptainer push ${{ env.sif_name }} oras://ghcr.io/${{ github.repository }}:${{ env.version_tag }}
apptainer push ${{ env.sif_name }} oras://ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit 0983d56

Please sign in to comment.