Skip to content

Commit

Permalink
Use image with digest in test action
Browse files Browse the repository at this point in the history
Use image full ref with digest.

Enable Dependabot to update.
  • Loading branch information
Matthias Diester authored and Matthias Diester committed Dec 14, 2024
1 parent 194afac commit f55a684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: main
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
services:
docker:
image: docker:dind
image: docker.io/library/docker:dind@sha256:b0c1179ea32ad77bdb7b852b037e54b11022304c2f2662af1954ef53869314b2
options: --privileged --shm-size=2g
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down

0 comments on commit f55a684

Please sign in to comment.