Skip to content

Commit bf61f49

Browse files
AUTH_URL fix
1 parent 71369b5 commit bf61f49

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
--env STATIC_FOLDER=/app/static \
110110
--env STORAGE_TIME=30 \
111111
--env MAX_PAGE_COUNT=20 \
112-
--env AUTH_URL=https://auth.api.test.profcomff.com/ \
113112
--name ${{ env.CONTAITER_NAME }} \
114113
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
115114
docker network connect com_profcomff_api_printer_test_network ${{ env.CONTAITER_NAME }}
@@ -176,7 +175,6 @@ jobs:
176175
--env STATIC_FOLDER=/app/static \
177176
--env STORAGE_TIME=168 \
178177
--env MAX_PAGE_COUNT=20 \
179-
--env AUTH_URL=https://auth.api.profcomff.com/ \
180178
--name ${{ env.CONTAITER_NAME }} \
181179
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
182180
docker network connect com_profcomff_api_printer_network ${{ env.CONTAITER_NAME }}

0 commit comments

Comments
 (0)