Skip to content

Commit

Permalink
ci(build): set run name of the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-git committed Sep 8, 2024
1 parent 98733ea commit b4787e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
description: "force docker push"
required: false

run-name: "Build docker image [dry_run=${{ inputs.dry_run }}, ${{ vars.CONTAINER_REGISTRY_URL }}/${{ vars.CONTAINER_REGISTRY_REPOSITORY }}]"

jobs:
build:
runs-on: [ self-hosted, ubuntu-latest, '${{ vars.RUNNER_LABEL_NAME }}' ]
Expand Down

0 comments on commit b4787e0

Please sign in to comment.