Move Docker deployment files to deployment directory

This commit is contained in:
2026-09-17 13:31:42 +03:30
parent 12c478cf3a
commit 3445ead897
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ runs:
set -euo pipefail
docker buildx build \
-f build/Dockerfile \
-f deployment/Dockerfile \
--build-arg "GO_PROXY=https://go.reg.darano.ir" \
--load \
-t "$IMAGE:$BRANCH" \