Skip to content

Commit

Permalink
otherwise latest architecture overwrites the previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron committed Jun 29, 2024
1 parent df6e5be commit ac6e116
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
permissions:
packages: write
contents: read
Expand All @@ -42,7 +36,9 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: ${{ matrix.platform }}
platforms: |
linux/amd64
linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ac6e116

Please sign in to comment.