We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db7a37 commit bdafd1fCopy full SHA for bdafd1f
.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@ee4ca427a2f43b6a16632044ca514c076267da23
+ uses: docker/build-push-action@806c75105a1251cac8905df5dd4723b33174552c
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