Skip to content

Commit

Permalink
fix(cicd): try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xutyxd committed Oct 19, 2024
1 parent 8a77dc7 commit b7757b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: |
git fetch --tags
version=$(echo $(git tag --sort=-creatordate | head -n 1))
echo $version
docker buildx build -t ${{ secrets.DOCKER_USERNAME }}/photron:$version . --platform linux/arm/v7,linux/arm64/v8,linux/amd64
docker tag ${{ secrets.DOCKER_USERNAME }}/photron:$version ${{ secrets.DOCKER_USERNAME }}/photron:latest
Expand Down
1 change: 1 addition & 0 deletions scripts/package/fixup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cat >package/cjs/package.json <<!EOF
{
"type": "commonjs"
Expand Down
1 change: 1 addition & 0 deletions scripts/server/fixup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
cat >server/cjs/package.json <<!EOF
{
"type": "commonjs"
Expand Down

0 comments on commit b7757b3

Please sign in to comment.