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

This commit is contained in:
Nicolas CARON 2024-03-20 13:03:41 +01:00
parent f21e6d2cef
commit 22647dcf11
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: |