We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03b896 commit cd8d5faCopy full SHA for cd8d5fa
.github/workflows/Build-Deploy-auto.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
sed -i "s|registry=|registry=${REGISTRY_PATH}|g" .env
62
sed -i "s/latest/${TAG}/g" .env
63
- docker-compose build --build-arg APPERY_API_KEY=${APPERY_API_KEY}
+ docker-compose build
64
docker images
65
66
- name: Log in to the Container registry
0 commit comments