Skip to content

Commit

Permalink
Publish v1.1.2 (#24)
Browse files Browse the repository at this point in the history
* fix ci

* update manifest

* fix ci tag
  • Loading branch information
jokester committed Jun 3, 2024
1 parent 1d84cec commit 30c9018
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
uses: docker/metadata-action@v4.0.1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,prefix={{branch}}-
tags: | # almost same as action default
type=ref,event=branch
type=ref,event=tag,pattern={{raw}}
type=ref,event=pr
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moeflow-frontend",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"@emotion/core": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
Expand Down

0 comments on commit 30c9018

Please sign in to comment.