Skip to content

Commit

Permalink
fix(CI): Use the PHP version tag
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jul 4, 2024
1 parent 1e20c55 commit 007a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smb-kerberos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Pull images
run: |
docker pull icewind1991/samba-krb-test-dc
docker pull icewind1991/samba-krb-test-apache
docker pull icewind1991/samba-krb-test-apache:${{ matrix.php-versions }}
docker pull icewind1991/samba-krb-test-client
- name: Setup AD-DC
run: |
Expand Down

0 comments on commit 007a8a9

Please sign in to comment.