Update .github/workflows/ci-cd.yml

This commit is contained in:
2026-05-11 15:18:05 +03:30
parent 7930f2ec99
commit d2992d2af6

View File

@@ -79,7 +79,7 @@ jobs:
run: | run: |
docker buildx build \ docker buildx build \
--platform linux/amd64 \ --platform linux/amd64 \
--tag "git.yejayekhoob.com/db123/auth-proxy:${{ github.sha }}" \ --tag "git.yejayekhoob.com/yjkh/auth-proxy:${{ github.sha }}" \
--tag "git.yejayekhoob.com/db123/auth-proxy:latest" \ --tag "git.yejayekhoob.com/yjkh/auth-proxy:latest" \
--push \ --push \
. .