Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htilly authored Sep 6, 2024
1 parent 66748d0 commit 41804d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build and push multi-platform Docker image
run: |
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 --push \
docker buildx build --platform linux/amd64,linux/arm64,linux/armv7l --push \
-t ${{ secrets.DOCKERHUB_USERNAME }}/slackonos:latest .
- name: Verify the platforms
Expand Down

0 comments on commit 41804d6

Please sign in to comment.