Skip to content

Commit

Permalink
ci(docker): added dispatch trigger to docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamj committed Oct 24, 2024
1 parent 74fd98c commit 24de945
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Create and publish a Docker image
on:
push:
branches: ['dev']
workflow_dispatch:
inputs:
tag:
description: 'Tag for the Docker image'
required: false
default: 'latest' # Default tag if none is provided

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 24de945

Please sign in to comment.