Skip to content

Commit

Permalink
Merge pull request #26 from weseek/fix/release-action-fail-because-bu…
Browse files Browse the repository at this point in the history
…ilt-image-not-found

fix/release-action-fail-because-built-image-not-found
  • Loading branch information
ryu-sato authored Mar 10, 2020
2 parents 882f9e5 + 0e23167 commit 33167d7
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 33167d7

Please sign in to comment.