-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yaml
More file actions
31 lines (31 loc) · 919 Bytes
/
manifest.yaml
File metadata and controls
31 lines (31 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: python-github-runner
tags:
- latest
registry: ghcr.io/deerhide/python-github-runner
build:
format: oci
args:
- RUNNER_VERSION=2.334.0
- ARGO_VERSION=4.0.5
- KARGO_VERSION=1.10.2
- PACK_VERSION=0.40.3
- DIVE_VERSION=0.13.1
- SYFT_VERSION=1.43.0
- GRYPE_VERSION=0.111.1
- HADOLINT_VERSION=2.14.0
- YQ_VERSION=4.53.2
labels:
- org.opencontainers.image.source=https://github.com/deerhide/python-github-runner
- org.opencontainers.image.description="Python GitHub Runner"
- org.opencontainers.image.licenses="MIT"
- org.opencontainers.image.authors="Deerhide"
- org.opencontainers.image.vendor="Deerhide"
cache:
actions:
- actions/checkout@v6
- wagoid/commitlint-github-action@v6
- cycjimmy/semantic-release-action@v6
- actions/cache@v5
- actions/upload-artifact@v7
- actions/download-artifact@v8
- actions/cache/restore@v5