Skip to content

Commit

Permalink
Rename push-tag workflow name to ci-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Sep 19, 2023
1 parent eb75d5d commit b413b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
tags:
- 'v*'

name: push-tag
name: ci-tag

# REGISTRY and IMAGE_NAME are for building and tagging the container.
# TARGET_ENV is used by Webpack to determine the build target.
Expand Down

0 comments on commit b413b83

Please sign in to comment.