test
Build and Push Docker Image / checkout_repository (push) Failing after 7s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 7s
Details
This commit is contained in:
parent
379a7fa4ed
commit
6b1b4d6624
|
@ -11,15 +11,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v3
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download buildctl
|
||||
run: |
|
||||
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 buildkit-v0.9.0.linux-amd64/buildctl /usr/local/bin/
|
||||
mv bin/buildctl /usr/local/bin/
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue