Skip to content

Commit

Permalink
ci(build): remove matrix variable from run-name.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-git committed Sep 8, 2024
1 parent 4768470 commit 6aec9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
description: "force docker push"
required: false

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

jobs:
build:
Expand Down

0 comments on commit 6aec9fb

Please sign in to comment.