Skip to content

Commit

Permalink
Add on:workflow_dispatch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuhlich committed Aug 9, 2024
1 parent 45d06fd commit 237bbea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [published]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -29,4 +32,4 @@ jobs:
tags: labsyspharm/quantification:${{ github.event.release.tag_name }}
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest || github.ref }}

0 comments on commit 237bbea

Please # to comment.