We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bef878 commit 483f3e4Copy full SHA for 483f3e4
.github/workflows/Build-Deploy-auto.yml
@@ -61,6 +61,7 @@ jobs:
61
REGISTRY_PATH: ${{ steps.registry_path.outputs.registry_path }}
62
working-directory: ./dev
63
run: |
64
+ docker-compose version
65
sed -i "s|registry=|registry=${REGISTRY_PATH}|g" .env
66
sed -i "s/latest/${TAG}/g" .env
67
docker-compose build
0 commit comments