Skip to content

Commit

Permalink
release action が失敗する問題を修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato committed Mar 9, 2020
1 parent 882f9e5 commit 0e23167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
--tag ${DOCKERHUB_REPOSITORY}
--platform linux/amd64
--cache-from type=registry,ref=${DOCKERHUB_REPOSITORY}
--cache-to type=inline
--push
--load
.
- name: Tagging Docker Image by SemVer and publish
Expand Down

0 comments on commit 0e23167

Please sign in to comment.