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

This commit is contained in:
Nicolas CARON 2024-03-20 13:05:11 +01:00
parent 22647dcf11
commit 0c26ed9b08
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 bin/* /usr/local/bin/
- name: Build and Push Docker Image
run: |