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:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Prepare for rootless docker
|
||||
run: |
|
||||
ln -s /usr/local/bin/docker /usr/bin/docker
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user