Skip to content

Commit

Permalink
fix trigger for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano authored May 7, 2024
1 parent d2a14f5 commit d123efb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-build-manual-crf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and push a CRF-only docker image

on: "workflow_dispatch"
on:
workflow_dispatch:


jobs:
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
pushImage: true
tags: latest-develop, latest-crf
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit d123efb

Please sign in to comment.