Skip to content

Commit

Permalink
Added additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Richter committed Sep 25, 2024
1 parent 2456533 commit 8adca47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
pull: true
push: true
context: .
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v6
- linux/arm/v7
tags: ${{ secrets.DOCKERHUB_USERNAME }}/postfixadmin:latest
- name: Build and push Docker images (tag + master -> latest)
uses: docker/build-push-action@v6.7.0
Expand All @@ -51,4 +56,9 @@ jobs:
pull: true
push: true
context: .
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v6
- linux/arm/v7
tags: ${{ secrets.DOCKERHUB_USERNAME }}/postfixadmin:latest,${{ secrets.DOCKERHUB_USERNAME }}/postfixadmin:${{ github.ref_name }}

0 comments on commit 8adca47

Please sign in to comment.