Skip to content

Commit edb8dc8

Browse files
committed
fix seed0 build
1 parent fa56778 commit edb8dc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,7 @@ jobs:
109109
platforms: linux/amd64,linux/arm64
110110
push: true
111111
tags: ${{ steps.prep.outputs.seed0_tags }}
112+
build-args: |
113+
BASE_IMAGE=${{ steps.config.outputs.docker_registry }}/${{ steps.config.outputs.docker_namespace }}/${{ steps.config.outputs.image_name }}:sha-${{ github.sha }}
112114
cache-from: type=gha
113115
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)