Skip to content

Commit cd8d5fa

Browse files
committed
Remove build-arg
1 parent a03b896 commit cd8d5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Deploy-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
sed -i "s|registry=|registry=${REGISTRY_PATH}|g" .env
6262
sed -i "s/latest/${TAG}/g" .env
63-
docker-compose build --build-arg APPERY_API_KEY=${APPERY_API_KEY}
63+
docker-compose build
6464
docker images
6565
6666
- name: Log in to the Container registry

0 commit comments

Comments
 (0)