Skip to content

Commit

Permalink
Add name to run in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hakostra committed Aug 29, 2024
1 parent dfdce30 commit 7dc03b5
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 7dc03b5

Please sign in to comment.