this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(container): update image ghcr.io/joryirving/actions-runner ( 2.313.0 → 2.315.0 )

| datasource | package | from | to |
| ---------- | --------------------------------- | ------- | ------- |
| docker | ghcr.io/joryirving/actions-runner | 2.313.0 | 2.315.0 |

authored by

samip5-bot[bot] and committed by
GitHub
9be0a1a1 098c3bfd

+4 -4
+1 -1
k8s/nebula/apps/ci/github-actions/app/runners/samip5-k8s-cluster-arm64.yaml
··· 31 31 spec: 32 32 containers: 33 33 - name: runner 34 - image: ghcr.io/joryirving/actions-runner:2.313.0 34 + image: ghcr.io/joryirving/actions-runner:2.315.0 35 35 command: [ "/home/runner/run.sh" ] 36 36 nodeSelector: 37 37 kubernetes.io/arch: arm64
+1 -1
k8s/nebula/apps/ci/github-actions/app/runners/samip5-k8s-cluster.yaml
··· 32 32 spec: 33 33 containers: 34 34 - name: runner 35 - image: ghcr.io/joryirving/actions-runner:2.313.0 35 + image: ghcr.io/joryirving/actions-runner:2.315.0 36 36 command: [ "/home/runner/run.sh" ] 37 37 nodeSelector: 38 38 kubernetes.io/arch: amd64
+1 -1
k8s/nebula/apps/ci/github-actions/app/runners/samipsolutions-runners-arm64.yaml
··· 32 32 spec: 33 33 containers: 34 34 - name: runner 35 - image: ghcr.io/joryirving/actions-runner:2.313.0 35 + image: ghcr.io/joryirving/actions-runner:2.315.0 36 36 command: [ "/home/runner/run.sh" ] 37 37 nodeSelector: 38 38 kubernetes.io/arch: arm64
+1 -1
k8s/nebula/apps/ci/github-actions/app/runners/samipsolutions-runners.yaml
··· 32 32 spec: 33 33 containers: 34 34 - name: runner 35 - image: ghcr.io/joryirving/actions-runner:2.313.0 35 + image: ghcr.io/joryirving/actions-runner:2.315.0 36 36 command: ["/home/runner/run.sh"] 37 37 nodeSelector: 38 38 kubernetes.io/arch: amd64