We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b8548 commit 02ac37dCopy full SHA for 02ac37d
1 file changed
.github/workflows/docker.yml
@@ -3,6 +3,8 @@ name: Docker Image
3
on:
4
push:
5
branches: [ development ]
6
+ pull_request:
7
+ branches: [ development ]
8
9
jobs:
10
push_to_registries:
@@ -40,6 +42,7 @@ jobs:
40
42
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
41
43
with:
44
context: .
45
+ platforms: linux/amd64,linux/arm64
46
push: true
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
0 commit comments