Skip to content

Commit

Permalink
change workflow name from release.yml to releases.yml for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed May 2, 2023
1 parent b9abd69 commit b71c313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_publish_docker_image
on:
workflow_run:
workflows:
- "release"
- releases
types:
- completed

Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.17

- name: Git Tag name
id: vars
Expand Down
File renamed without changes.

0 comments on commit b71c313

Please sign in to comment.