Skip to content

Commit 5d3404b

Browse files
authored
Update build_docker-doi_fpm.yml
Comment out the target production line for Docker builds.
1 parent 685c208 commit 5d3404b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker-doi_fpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
platforms: linux/amd64,linux/arm64
139139
pull: true
140140
push: true
141-
target: production
141+
#target: production
142142
build-args: |
143143
BUILD_DATE=${{ env.BUILD_DATE }}
144144
VCS_REF=${{ env.COMMIT_HASH }}
@@ -213,7 +213,7 @@ jobs:
213213
platforms: linux/amd64,linux/arm64
214214
pull: true
215215
push: true
216-
target: production
216+
#target: production
217217
build-args: |
218218
BUILD_DATE=${{ env.BUILD_DATE }}
219219
VCS_REF=${{ env.COMMIT_HASH }}

0 commit comments

Comments
 (0)