Skip to content

Commit

Permalink
rename CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Oct 11, 2022
1 parent c76fe61 commit ba97143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and push docker image
name: build docker images
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tags.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and push docker image (release)
name: tag docker images
on:
push:
# run only against tags
Expand Down

0 comments on commit ba97143

Please sign in to comment.