Skip to content

Commit

Permalink
ci: improve backend image push pipeline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioMrtz committed Jan 25, 2025
1 parent 48a9477 commit 8667bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Push Backend Docker Image
# Version is obtained from:
# - Manually triggered: provided by the user as required input
# - Obtained from merged release/* branch. Version will be obtained extracting the version
# number after release/ sufix. Example: release/2.01 -> version: 2.01
# number after release/ sufix. Example: release/v2.01 -> version: v2.01

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ on:
version:
description: 'Version for the Docker Image'
required: true
default: ''
default: 'v0.00'

jobs:
build:
Expand Down

0 comments on commit 8667bc1

Please # to comment.