Skip to content

Commit 4d7bf17

Browse files
authored
Merge pull request #20 from AntChainOpenLabs/fix_release_ci
chore: fix release ci, set docker file path
2 parents ed6720f + 863b385 commit 4d7bf17

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: docker/build-push-action@v3
6060
with:
6161
context: .
62+
file: ./docker/ir-cli/Dockerfile
6263
push: ${{ github.event_name != 'pull_request' }}
6364
tags: ${{ steps.meta.outputs.tags }}
6465
labels: ${{ steps.meta.outputs.labels }}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Smart Intermediate Representation
22

3-
[![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]
3+
[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![Apache License][license-shield]][license-url]
44

55
The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are:
66

@@ -111,6 +111,8 @@ coming soon
111111

112112
[Apache 2.0](./LICENSE)
113113

114+
[release-shield]: https://img.shields.io/github/actions/workflow/status/AntChainOpenLabs/Smart-Intermediate-Representation/release.yml.svg?style=for-the-badge&label=Release
115+
[release-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/releases/tag/v0.0.1-alpha.2
114116
[license-shield]: https://img.shields.io/badge/License-Apache_2.0-green.svg?style=for-the-badge
115117
[license-url]: ./LICENSE
116118
[issues-shield]: https://img.shields.io/github/issues/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge

0 commit comments

Comments
 (0)