Skip to content

Commit

Permalink
Merge pull request #102 from isi-mfurer/fix-samba-version
Browse files Browse the repository at this point in the history
test_samba.yml: pin dperson/samba container hash
  • Loading branch information
isi-mfurer committed Feb 11, 2021
2 parents fc4f8cf + 7a1fa61 commit 5ac1f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_samba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

services:
samba:
image: dperson/samba:latest
image: dperson/samba@sha256:2d94eb73e10402751afff19af10d3ad91014b137843bdd960bb39f4188acdcfa
env:
USER: pike;GiThubCI123
SHARE: pike;/share;;no;no;;pike;;
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Run Pike
run: python -m unittest -v pike.test.samba_suite
env:
PIKE_SERVER: localhost
PIKE_SERVER: 127.0.0.1
PIKE_PORT: ${{ job.services.samba.ports[445] }}
PIKE_SHARE: pike
PIKE_CREDS: pike%GiThubCI123

0 comments on commit 5ac1f1c

Please sign in to comment.