Skip to content

Commit

Permalink
Update docker-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 authored Aug 8, 2022
1 parent a16cfbd commit d4faf7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Release - ${{ github.event.inputs.make_version }}
name: Docker Release

on:
workflow_dispatch:
Expand All @@ -9,6 +9,7 @@ on:

jobs:
publish:
name: Publish (${{ github.event.inputs.make_version }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4faf7c

Please sign in to comment.