Skip to content

Commit

Permalink
netlib: next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Aug 31, 2024
1 parent b4fc560 commit 446d550
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

env:
DNS_HOST: dind
DNS_HOST: docker
# SKIP_LDAP: true
# SKIP_MAIL: true
# SKIP_ORACLE: true
Expand All @@ -12,8 +12,10 @@ jobs:
test:
runs-on: ubuntu-latest
services:
dind:
image: docker:dind-rootless
docker:
image: docker:dind
options: --privileged
ports:
- 2375:2375
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 446d550

Please sign in to comment.