Skip to content

Commit

Permalink
revert(ci): revert ghcr flow to single architecture to speed up image…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
brucetony committed Aug 13, 2024
1 parent 827b29f commit 61c783f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,11 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }},ghcr.io/privateaim/node-ui:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 61c783f

Please sign in to comment.