Skip to content

Commit 842fa17

Browse files
committed
try docker instead of docker-cli
> /usr/share/dotnet/sdk/9.0.301/Containers/build/Microsoft.NET.Build.Containers.targets(250,5): error : Cannot find docker/podman executable. [/tmp/phpdw3kz.v3r/hello-sentry.csproj] > Error: /usr/share/dotnet/sdk/9.0.301/Containers/build/Microsoft.NET.Build.Containers.targets(250,5): error CONTAINER1012: The local registry is not available, but pushing to a local registry was requested. [/tmp/phpdw3kz.v3r/hello-sentry.csproj]
1 parent 9954024 commit 842fa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Docker on Alpine Linux
102102
if: ${{ contains(matrix.container.image, 'alpine') }}
103103
run: |
104-
sudo apk add docker-cli
104+
sudo apk add docker
105105
sudo docker ps
106106
107107
- name: Setup Environment

0 commit comments

Comments
 (0)