Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 24, 2024
1 parent f2cbb8f commit b9c19e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
echo "Build: ${APP}.${VERSION}"
docker buildx build \
--push \
--no-cache \
--push \
--platform linux/amd64,linux/arm64/v8 \
--build-arg VERSION=$VERSION \
-t ${{ github.actor }}/${APP}:$VERSION \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-generator",
"version": "0.1.2.beta",
"version": "0.1.3.beta",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit b9c19e4

Please sign in to comment.