Skip to content

Commit

Permalink
feat: docker multi platform support (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch authored Oct 13, 2022
1 parent ed010a5 commit 8e6b4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docker_hub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Latest to Docker Hub
name: CI deploy to Docker Hub

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
push: true
tags: ${{ steps.dockertag.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 8e6b4dc

Please sign in to comment.