check add
This commit is contained in:
@@ -93,7 +93,12 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Log in to Nexus Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user