Skip to content

Commit

Permalink
fix publication list api.
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Sep 16, 2023
1 parent ce2757e commit 571dd4c
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
docker login --username ${{ secrets.CR_USERNAME }} --password ${{ secrets.CR_PASSWORD }} ${{ secrets.CR_REGISTRY }}
IMAGE_TAG="${{ secrets.CR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}"
TAGS="-t ${IMAGE_TAG}"
docker buildx build --platform='linux/amd64,linux/arm64' $TAGS --push .
docker buildx build --platform='linux/amd64' $TAGS --push .
86 changes: 43 additions & 43 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "writing"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
rust-version = "1.64"
description = ""
Expand Down
Loading

0 comments on commit 571dd4c

Please sign in to comment.