Skip to content

Commit

Permalink
Rename the workflow that verifies tags. (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored Dec 14, 2022
1 parent 6eaacf9 commit 91fea7d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Release workflow: Pushing a tag triggers this workflow,
# which uses the name of the tag as the container tag/version
# that goes into GHCR.
name: Release
# Pushing a tag triggers this workflow, which verifies that it is an
# annotated tag.
name: Verify tag

# Build and publish Docker image upon pushing a tag
on:
push:
tags:
Expand Down

0 comments on commit 91fea7d

Please sign in to comment.