Skip to content

Commit

Permalink
wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 authored Feb 14, 2024
1 parent 8b39235 commit f192377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: |
npm i
npm run build
apt update && apt install composer
composer install
npm i
npm run build
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/bbzblit/m306/app:latest --push .

0 comments on commit f192377

Please sign in to comment.