check add

This commit is contained in:
2026-09-06 01:57:39 +03:00
parent b2737a40f6
commit 86a335bdb8
+6 -1
View File
@@ -93,7 +93,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create BuildKit config
run: |
cat > /tmp/buildkitd.toml <<'EOF'
[registry."docker.io"]
mirrors = ["mirror.gcr.io"]
EOF
- name: Log in to Nexus Docker Registry
uses: docker/login-action@v3
with: