Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
chore: add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 20, 2023
1 parent 436200f commit d92a6c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Push Docker Image on Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
release:
Expand All @@ -25,3 +26,4 @@ jobs:
run: |
docker build -t mariusbegby/cadence:${{ env.RELEASE_VERSION }} .
docker push mariusbegby/cadence:${{ env.RELEASE_VERSION }}
docker push mariusbegby/cadence:latest

0 comments on commit d92a6c2

Please sign in to comment.