We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80a79da + 41e405f commit 9ed7747Copy full SHA for 9ed7747
.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@88844b95d8cbbb41035fa9c94e5967a33b92db78
+ uses: docker/build-push-action@67dc78bbaf388b3265f7e1c880e681f4b90d5f48
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