We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c80836 commit 967be60Copy full SHA for 967be60
.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@806c75105a1251cac8905df5dd4723b33174552c
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
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