This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
|||||||
ls -la
|
ls -la
|
||||||
mv -v bin/* /usr/local/bin/
|
mv -v bin/* /usr/local/bin/
|
||||||
buildctl --help
|
buildctl --help
|
||||||
|
|
||||||
|
- name: Set up Buildkit address
|
||||||
|
run: |
|
||||||
|
echo "export BUILDKIT_HOST=tcp://127.0.0.1:1234" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user