Skip to content

Commit

Permalink
Add release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Mar 2, 2024
1 parent 2394a24 commit d67f520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ jobs:
DOCKER_METADATA_OUTPUT_JSON
tags: ${{ steps.slurmctld-meta.outputs.tags }}
labels: ${{ steps.slurmctld-meta.outputs.labels }}

- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
slurm.tar.gz

0 comments on commit d67f520

Please sign in to comment.