We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba428f5 commit b9110bcCopy full SHA for b9110bc
.github/workflows/docker-publish.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Build and push Docker image (Production Release)
88
id: build-and-push
89
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
+ uses: docker/build-push-action@0788c444d8b4d67580213712e34a148cae3a6c4e
90
with:
91
context: .
92
platforms: linux/amd64,linux/arm64,linux/arm/v7
@@ -134,7 +134,7 @@ jobs:
134
135
- name: Build and push Docker image (Development Release)
136
137
138
139
140
0 commit comments