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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout repository
|
- name: Checkout repository
|
||||||
# uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download buildctl
|
- name: Download buildctl
|
||||||
run: |
|
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
|
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
|
tar -xzf buildkit.tar.gz
|
||||||
ls -la
|
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
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue