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

This commit is contained in:
Nicolas CARON 2024-03-20 13:05:54 +01:00
parent 0c26ed9b08
commit cf352c6911
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
curl -L https://github.com/moby/buildkit/releases/download/v0.9.0/buildkit-v0.9.0.linux-amd64.tar.gz -o buildkit.tar.gz
tar -xzf buildkit.tar.gz
ls -la
mv bin/* /usr/local/bin/
mv -v bin/* /usr/local/bin/
- name: Build and Push Docker Image
run: |