Skip to content

Commit

Permalink
add platforms to "build and push"
Browse files Browse the repository at this point in the history
  • Loading branch information
LeRoiDesKiwis authored Jun 15, 2024
1 parent 5ca5ad5 commit c038b98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -29,6 +24,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: true
tags: |
leroideskiwis/omega-bot:latest
Expand Down

0 comments on commit c038b98

Please sign in to comment.