test
Build and Push Docker Image / checkout_repository (push) Failing after 8s Details

This commit is contained in:
Nicolas CARON 2024-03-20 13:18:41 +01:00
parent d456eb80d4
commit ba05c496b2
1 changed files with 4 additions and 0 deletions

View File

@ -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: |