chore: try to prepare for rootless docker
Docker Build and Push / docker_build (push) Failing after 4m45s
Docker Build and Push / docker_build (push) Failing after 4m45s
This commit is contained in:
@@ -23,6 +23,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
- name: Prepare for rootless docker
|
||||||
|
run: |
|
||||||
|
ln -s /usr/local/bin/docker /usr/bin/docker
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user