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 5, 2024
1 parent 8df75cb commit cf08aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Multi-Platform Docker Image
on:
push:
branches:
- master # Trigger on pushes to the main branch
- master # Trigger on pushes to the master branch

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build and push multi-platform Docker image
run: |
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64, linux/arm/v7 --push \
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push \
-t ${{ secrets.DOCKERHUB_USERNAME }}/slackonos:latest .
- name: Verify the platforms
Expand Down

0 comments on commit cf08aba

Please sign in to comment.