Skip to content

Commit 7a6dab4

Browse files
committed
Add sha to title of build image run
It's useful to easily tell which image was built form the GitHub action page.
1 parent d88d9e5 commit 7a6dab4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build and push image
2+
run-name: Build and push image for ${{ inputs.git-sha || github.sha }}
23

34
on:
45
workflow_dispatch:

0 commit comments

Comments
 (0)