We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa56778 commit edb8dc8Copy full SHA for edb8dc8
.github/workflows/build-docker-images.yml
@@ -109,5 +109,7 @@ jobs:
109
platforms: linux/amd64,linux/arm64
110
push: true
111
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 }}
114
cache-from: type=gha
115
cache-to: type=gha,mode=max
0 commit comments