We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332f127 commit 4e3a3b0Copy full SHA for 4e3a3b0
1 file changed
roles/docker_gh_actions_runner/tasks/main.yml
@@ -1,7 +1,7 @@
1
- name: Deploy GitHub Actions Runner Container
2
community.docker.docker_container:
3
name: "gha-runner"
4
- image: "ghcr.io/binary-braids/github-actions-runner:latest@sha256:fa87b450ea3acd8f6fbec884a2f340d28d4e5b20ae0cbd326679c3693c80250e"
+ image: "ghcr.io/binary-braids/github-actions-runner:latest@sha256:8ee99d553f425e83d208e5d76923f698757fc277b1b231102be73e00f2550f27"
5
restart_policy: always
6
networks:
7
- name: "proxy"
0 commit comments