Skip to content

Commit

Permalink
Included image tag in run name
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak-Kesavan authored Jun 27, 2024
1 parent 95ca80c commit f3ec29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-tools-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
service_name:
description: "Tool to build"
required: true
default: "tool-classifier" # Provide a default value
default: "tool-structure" # Provide a default value
type: choice
options: # Define available options
- tool-classifier
- tool-structure
- tool-text-extractor

run-name: "[${{ inputs.service_name }}] Docker Image Build and Push (Development)"
run-name: "[${{ inputs.service_name }}:${{ inputs.tag }}] Docker Image Build and Push (Development)"

jobs:
build-and-push:
Expand Down

0 comments on commit f3ec29a

Please sign in to comment.