Skip to content

Commit

Permalink
Docker BuildX FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
nagstler committed Apr 25, 2024
1 parent 16b6e15 commit a468b27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server-docker-hub-push-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -37,3 +40,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64

0 comments on commit a468b27

Please sign in to comment.