Skip to content

Commit 6d5da43

Browse files
committed
chore: update tempo image to latest
1 parent 415a5b9 commit 6d5da43

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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
@@ -70,22 +70,8 @@ jobs:
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

0 commit comments

Comments
 (0)