Skip to content

Commit

Permalink
fix docker-squash command
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 28, 2024
1 parent ff2b01c commit 098b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Squash for linux/arm64
run: |
pip3 install docker-squash
$HOME/.local/bin/docker-squash --tag cs50/server:arm64 cs50/server:arm64
docker-squash --tag cs50/server:arm64 cs50/server:arm64
- name: Push linux/arm64 build to Docker Hub
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 098b7da

Please sign in to comment.