Skip to content

Commit

Permalink
allow manual dispatch of docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Aug 21, 2024
1 parent 6027518 commit 29a3740
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Docker build (version + latest)

on:
workflow_dispatch:
inputs:
tag:
description: Tag to build
required: true
default: '1.2.2'

push: { tags: 'v[0-9]+.[0-9]+.[0-9]+' }

jobs:
Expand Down

0 comments on commit 29a3740

Please sign in to comment.