test
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 7s

This commit is contained in:
2024-03-20 13:20:33 +01:00
parent b87f21d6f7
commit 6f08957805

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Buildkit address
run: |
echo "export BUILDKIT_HOST=tcp://127.0.0.1:1234" >> $GITHUB_ENV
echo "export BUILDKIT_HOST=unix:///path/to/your/buildkitd.sock" >> $GITHUB_ENV
- name: Build and Push Docker Image
run: |