File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 # GitHub-hosted runners are ephemeral, so we can skip the Ryuk sidecar
5454 # and avoid Docker Hub rate limits on testcontainers/ryuk pulls.
5555 TESTCONTAINERS_RYUK_DISABLED : true
56- VITE_TEMPO_TAG : sha-20aecec
56+ VITE_TEMPO_TAG : latest
5757 steps :
5858 - name : Clone repository
5959 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070 - name : Install dependencies
7171 uses : ./.github/actions/install-dependencies
7272
73- - name : Cache Tempo Docker image
74- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
75- id : docker-cache
76- with :
77- path : /tmp/tempo-image.tar
78- key : tempo-image-${{ env.VITE_TEMPO_TAG }}
79-
80- - name : Load cached Tempo image
81- if : steps.docker-cache.outputs.cache-hit == 'true'
82- run : docker load -i /tmp/tempo-image.tar
83-
84- - name : Pull and cache Tempo image
85- if : steps.docker-cache.outputs.cache-hit != 'true'
86- run : |
87- docker pull ghcr.io/tempoxyz/tempo:${VITE_TEMPO_TAG}
88- docker save ghcr.io/tempoxyz/tempo:${VITE_TEMPO_TAG} -o /tmp/tempo-image.tar
73+ - name : Pull Tempo image
74+ run : docker pull ghcr.io/tempoxyz/tempo:${VITE_TEMPO_TAG}
8975
9076 - name : Bundle HTML files
9177 run : pnpm build
You can’t perform that action at this time.
0 commit comments