fix: remove broken docker install step, docker binary now mounted from host
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3s
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3s
This commit is contained in:
parent
7ef07af15b
commit
f50ff86a07
1 changed files with 0 additions and 5 deletions
|
|
@ -16,11 +16,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Verify Docker socket access
|
||||
run: |
|
||||
docker version || echo "Docker CLI not found or daemon unreachable"
|
||||
which docker || apt-get install -y docker.io
|
||||
|
||||
- name: Set up Docker image tags
|
||||
id: meta
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue