Skip to content

Commit

Permalink
Merge pull request #9 from kmturbulenz/hakostra/run-name
Browse files Browse the repository at this point in the history
Add name to run in actions
  • Loading branch information
hakostra authored Aug 29, 2024
2 parents dfdce30 + 7dc03b5 commit 00347ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-single-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Docker image build
run-name: Build ${{ inputs.image }}

on:
workflow_call:
Expand Down Expand Up @@ -33,6 +34,7 @@ on:
jobs:
build-single-image:

name: Build ${{ inputs.image }}
runs-on: ubuntu-latest
timeout-minutes: 300

Expand Down

0 comments on commit 00347ea

Please sign in to comment.