Skip to content

Commit

Permalink
Update docker-update-stable.yml (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored Nov 16, 2023
1 parent b5380de commit 2f53e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-update-stable.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Update stable Docker tag
name: Docker update stable tag

# Links/updates stable docker tags to specified version.
# This should be used after building a specific tagged image e.g. `:v0.7.2`.
Expand All @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: "link :stable to tag"
description: "link stable to tag"
type: string
required: true

Expand Down

0 comments on commit 2f53e74

Please sign in to comment.