Skip to content

Commit

Permalink
Ako/update docker image creator (deriv-com#16236)
Browse files Browse the repository at this point in the history
* ci: get the tag name from inputs

* ci: fix indentation on inputs

* ci: rename the workflow
  • Loading branch information
ali-hosseini-deriv authored Jul 29, 2024
1 parent c9011d4 commit 46d6b6d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
workflow_dispatch:
inputs:
docker_image_tag_name:
type: string
description: Docker image tag name
required: true
type: string
description: Docker image tag name
required: true
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 46d6b6d

Please sign in to comment.