Skip to content

Commit

Permalink
trying to fix manual inputs for github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Aug 21, 2022
1 parent ed952d6 commit 48fcbff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and push Docker image to Docker Hub
on:
workflow_dispatch:
tags:
description: 'Docker image tag'
required: true
inputs:
tags:
description: 'Docker image tag'
required: true
push:
tags:
- mockserver-*
Expand Down

0 comments on commit 48fcbff

Please sign in to comment.